tracking down bug on i386 platform

This commit is contained in:
Mark Vejvoda
2013-06-01 17:02:10 +00:00
parent 22eb5cc4d4
commit 8c725df8a2
2 changed files with 18 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ private:
PropertyMap propertyMap;
PropertyVector propertyVectorTmp;
PropertyMap propertyMapTmp;
bool propertyMapTmpInUse;
string path;
static string applicationPath;
@@ -54,6 +55,7 @@ private:
static string tutorialPath;
public:
Properties();
static void setApplicationPath(string value) { applicationPath=value; }
static string getApplicationPath() { return applicationPath; }