--- a/src/config.h Tue Aug 20 21:13:59 2013 +0300 +++ b/src/config.h Tue Aug 20 21:15:12 2013 +0300 @@ -39,7 +39,6 @@ class Config { public: enum Type { - None, Int, String, Float, @@ -51,7 +50,7 @@ const char* name; virtual Type getType() const { - return None; + return (Type) 0; } str toString() const;