X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FGenericTLV.ct;h=f1f34f773061e1da3c6ebb502bbbcb421cc5981b;hb=52ceda9d4019d45ef0d1a941d517b4ffeafe547b;hp=44b748d9c894322cae199cb20d7f11692a888397;hpb=9c0d069987191bce78e13cdba410c34d34e736c2;p=senf.git diff --git a/senf/Packets/GenericTLV.ct b/senf/Packets/GenericTLV.ct index 44b748d..f1f34f7 100644 --- a/senf/Packets/GenericTLV.ct +++ b/senf/Packets/GenericTLV.ct @@ -89,6 +89,7 @@ prefix_ void senf::GenericTLVParserRegistry::registerParser() template prefix_ void senf::GenericTLVParserRegistry::dump( GenericTLVParserBase const & parser, std::ostream & os) + const { typename Map::iterator i (map_.find( parser.type())); if (i == map_.end()) {