X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=a3c66a9b956e8a32e997ec04692243e06d7da922;hb=f87667d7d3b3edafba7e67d6fc33168c4e1af620;hp=37f18d3dd783dc30226bd316271db21d15f97bd0;hpb=ab243554f940af9f873e1a920d0a6b7886c6f5cf;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index 37f18d3..a3c66a9 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -66,6 +66,7 @@ namespace senf { int err; ///< Error number virtual ~SystemException() throw(); + private: void init(); std::string buffer_;