X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FGenericTLV.hh;h=db0708fb9dfbc81543e06edc3255308e68b78349;hb=209950ee5f6898978cd68614ef339ae3531c5c53;hp=0e0ddc3498a4e6994f7ecc84e15d2ebe222065fb;hpb=47d8fe245087b57098115b66094872cfffb8cbed;p=senf.git diff --git a/senf/Packets/GenericTLV.hh b/senf/Packets/GenericTLV.hh index 0e0ddc3..db0708f 100644 --- a/senf/Packets/GenericTLV.hh +++ b/senf/Packets/GenericTLV.hh @@ -201,7 +201,7 @@ namespace senf { class Predicate { public: - const bool operator() (BaseParser const &p) const{ + bool operator() (BaseParser const &p) const { return p.template is(); } };