win32 port

This commit is contained in:
Matej Sekoranja
2016-03-06 21:21:26 +01:00
parent 9b6fdaaaff
commit 87c11d83d2
8 changed files with 179 additions and 23 deletions

View File

@@ -50,7 +50,7 @@ const std::string &Properties::getProperty(const string &key, const string &defa
}
}
void Properties::Properties::load()
void Properties::load()
{
load(_fileName);
}