src/config.h

changeset 465
0f67ff766458
parent 463
22bdcca9f78d
child 467
59549731151a
--- 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;

mercurial