-code cleanup
-memory leaks fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-27 13:32:12 +00:00
parent 890c893c94
commit 99aa284431
11 changed files with 13 additions and 543 deletions

View File

@@ -44,7 +44,7 @@ public:
bool fileOK(string filename, bool relative = false);
private:
static JResourceManager * jrm;
JResourceManager * jrm;
};
#endif