X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;f=src%2FanytunError.h;h=616450cd082efba5830641e2dcc49b5f8f5be658;hb=bd02a5f6be4815d46524d613f727199ca756c971;hp=d500545d3893a2e6804fc334daaf8b899dcc616a;hpb=bb834fe0ed7a38b724f49b944adb801634eb6194;p=anytun.git 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(); };