Packets: Fix VariantParser invalid parser access bug
[senf.git] / Utils / Logger / StreamRegistry.ih
index c1bf561..4216553 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief StreamRegistry internal header */
 
-#ifndef IH_StreamRegistry_
-#define IH_StreamRegistry_ 1
+#ifndef IH_SENF_Utils_Logger_StreamRegistry_
+#define IH_SENF_Utils_Logger_StreamRegistry_ 1
 
 // Custom includes
 #include <string>
@@ -39,7 +39,7 @@ namespace detail {
     struct StreamBase 
     {
         StreamBase();
-        virtual ~StreamBase() {};
+        virtual ~StreamBase();
         
         std::string fullName() const;
         virtual std::string v_name() const;