Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9569 for code/branches/core6


Ignore:
Timestamp:
Mar 24, 2013, 7:31:22 PM (11 years ago)
Author:
landauf
Message:

I guess 'void' makes more sense here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/config/SettingsConfigFile.cc

    r9559 r9569  
    269269            {
    270270                std::string value;
    271                 it->second.second->getValue<std::string, OrxonoxClass>(&value, NULL);
     271                it->second.second->getValue<std::string, void>(&value, NULL);
    272272                return value;
    273273            }
Note: See TracChangeset for help on using the changeset viewer.