Console: SystemException in parseFile() should include filename
[senf.git] / senf / Packets / GenericTLV.hh
index 0e0ddc3..db0708f 100644 (file)
@@ -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<Parser>();
                 }
         };