X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FGenericTLV.hh;h=db0708fb9dfbc81543e06edc3255308e68b78349;hb=d80f142699130075658d6448c90adf71338f2c5a;hp=0e0ddc3498a4e6994f7ecc84e15d2ebe222065fb;hpb=5bd0f0d58ba30d95a02b46fc9122a7e981bcbcad;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(); } };