X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FIntParser.hh;h=02e8eb104353a6f507728772837645e70b3e2f23;hb=cf48e83de9d4793ca5bd67d1e5acdb5b20968638;hp=8c55605ad3fc283cf8d539ac4d9e42f61bdeb4ab;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/IntParser.hh b/senf/Packets/IntParser.hh index 8c55605..02e8eb1 100644 --- a/senf/Packets/IntParser.hh +++ b/senf/Packets/IntParser.hh @@ -171,7 +171,7 @@ namespace senf { Int16LSBParser const & operator= (value_type other) { value(other); return *this; } }; /** \brief Write parsed value to stream - \related Int16Parser + \related Int16LSBParser */ inline std::ostream & operator<<(std::ostream & os, Int16LSBParser const & i) { os << i.value(); return os; } @@ -606,7 +606,7 @@ namespace senf { //#include "IntParser.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100