created key system, not yet used as there's a static bug
[physics.git] / src / config / reader.cpp
index beb6e20..af2c43e 100644 (file)
@@ -35,8 +35,8 @@ bool extractLine(const string& str, string* name, string* value);
 
 /// ***** Private Variables *****
 
-char* configDir = "configs/";
-char* testFile = "test.cfg";
+const char* configDir = "configs/";
+const char* testFile = "test.cfg";
 
 /// ***** Public Methods *****