Packets: Some more porting of old parsers to the new parse helpers
[senf.git] / Utils / Exception.hh
index 37f18d3..a3c66a9 100644 (file)
@@ -66,6 +66,7 @@ namespace senf {
         int err; ///< Error number
 
         virtual ~SystemException() throw();
+
     private:
         void init();
         std::string buffer_;