Utils/Console: fixed parsing ConfigFile if file is empty
[senf.git] / senf / Utils / Exception.cci
index 6f7e13d..6e61b52 100644 (file)
@@ -103,6 +103,7 @@ prefix_ char const * senf::SystemException::errorString()
 
 prefix_ bool senf::SystemException::anyOf(int c0, int c1, int c2, int c3, int c4, int c5,
                                           int c6, int c7, int c8, int c9)
+    const
 {
     return 
         (c0 && code_ == c0) ||