buggy->fixed!!!

This commit is contained in:
doitux
2007-05-05 20:38:43 +00:00
parent 649418abe9
commit 363377b6a6
2 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
#include "tinyxml.h"
#include <string>
enum CONFIGSTATE { Inexistens, Old };
enum CONFIGSTATE { nonexisting, old };
class ConfigFile{
public:
@@ -46,7 +46,7 @@ private:
std::string dataDir;
int configRev;
CONFIGSTATE configState;
};
#endif