Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 795


Ignore:
Timestamp:
Feb 10, 2008, 1:24:18 AM (16 years ago)
Author:
landauf
Message:

maybe this solves the problem with newer gcc versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/ConfigValueContainer.h

    r794 r795  
    101101            void description(const std::string& description);
    102102
    103             bool parseString(const std::string& input, MultiTypeMath& defvalue = MT_null);
     103            bool parseString(const std::string& input, MultiTypeMath& defvalue = MultiTypeMath(MT_null));
    104104            bool valueToString(std::string* output, MultiTypeMath& input);
    105105            void resetConfigFileEntry();
Note: See TracChangeset for help on using the changeset viewer.