Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2006, 4:28:02 PM (19 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/util/preferences.h

    r7236 r7243  
    4141   void setInt(const std::string& section, const std::string& name, int value, bool dontSetModified = false);
    4242   void setFloat(const std::string& section, const std::string& name, float value, bool dontSetModified = false);
    43    void setMultiType(const std::string& section, const std::string& name, MultiType& value, bool dontSetModified = false);
     43   void setMultiType(const std::string& section, const std::string& name, const MultiType& value, bool dontSetModified = false);
    4444
    4545   const std::string getString(const std::string& section, const std::string& name, const std::string& defaultValue);
Note: See TracChangeset for help on using the changeset viewer.