Console: Implement short-option and non-option parsing
[senf.git] / Utils / Logger / StreamRegistry.ih
index c1bf561..f6a4138 100644 (file)
@@ -39,7 +39,7 @@ namespace detail {
     struct StreamBase 
     {
         StreamBase();
-        virtual ~StreamBase() {};
+        virtual ~StreamBase();
         
         std::string fullName() const;
         virtual std::string v_name() const;