Packets: Fix VariantParser invalid parser access bug
[senf.git] / Packets / ListNParser.ih
index 3ccb226..db54348 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief ListNParser internal header */
 
-#ifndef IH_ListNParser_
-#define IH_ListNParser_ 1
+#ifndef IH_SENF_Packets_ListNParser_
+#define IH_SENF_Packets_ListNParser_ 1
 
 // Custom includes
 #include "ListParser.ih"
@@ -62,7 +62,7 @@ namespace detail {
         void      insert (container_type & c, data_iterator p) const;
         void      update (container_type const & c) const;
 
-        /** Internal: ListNParser iterator specific data
+        /** Internal: ListNParser iterator specific data */
         struct iterator_data {
             size_type n_;
         };