X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2FanytunError.h;h=616450cd082efba5830641e2dcc49b5f8f5be658;hp=d500545d3893a2e6804fc334daaf8b899dcc616a;hb=ef0cacf2508418915d3f64b04003be3c13fed3cc;hpb=ece844834d2cecc028ce81ca283f5d441088580e diff --git a/src/anytunError.h b/src/anytunError.h index d500545..616450c 100644 --- a/src/anytunError.h +++ b/src/anytunError.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. @@ -61,7 +61,7 @@ public: }; std::ostream& operator<<(std::ostream& stream, AnytunErrno const& value); -class ErrorStringBuilder +class ErrorStringBuilder { public: ErrorStringBuilder(ErrorStringBuilder const& src) { stream << src.stream.str(); };