configuration , changed key in maps from char* to std::string

This commit is contained in:
Gasper Jansa
2011-01-21 16:09:04 +01:00
parent 4c49c498c9
commit 32bed890b6
3 changed files with 15 additions and 59 deletions

View File

@ -68,6 +68,7 @@ int main(int argc, char *argv[])
assert(doubleProperty == 42);
if(configuration) delete configuration;
if(configProvider) delete configProvider;
getShowConstructDestruct()->constuctDestructTotals(stdout);
return 0;
}