- Timestamp:
- Mar 24, 2013, 7:31:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/config/SettingsConfigFile.cc
r9559 r9569 269 269 { 270 270 std::string value; 271 it->second.second->getValue<std::string, OrxonoxClass>(&value, NULL);271 it->second.second->getValue<std::string, void>(&value, NULL); 272 272 return value; 273 273 }
Note: See TracChangeset
for help on using the changeset viewer.