Packets/GenericTLV: added bytes(key) member to registry
[senf.git] / senf / Packets / GenericTLV.cti
index b4ba16e..b9a0960 100644 (file)
@@ -35,6 +35,7 @@
 
 template <class Base>
 prefix_ senf::PacketParserBase::size_type senf::GenericTLVParserBase<Base>::bytes()
+    const
 {
     if (Base::Registry::instance().isRegistered( *this))
         return Base::Registry::instance().bytes( *this);