X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FListNParser.ih;h=db54348d82a5a60db38c33af205223ffcd999ab7;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=3ccb2266afd2bf2b791a2829a3cbd43b542e860f;hpb=43ebe17b77586542dff65f2535815a19812e4316;p=senf.git diff --git a/Packets/ListNParser.ih b/Packets/ListNParser.ih index 3ccb226..db54348 100644 --- a/Packets/ListNParser.ih +++ b/Packets/ListNParser.ih @@ -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_; };