Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 11:33:27 PM (18 years ago)
Author:
bensch
Message:

first step in the direction of parameter descriptions… again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_description.h

    r9767 r9771  
    3535{
    3636public:
    37   LoadParamDescription(const std::string& paramName);
     37  LoadParamDescription(const std::string& paramName = "");
    3838  ~LoadParamDescription();
    3939
     
    4949
    5050private:
    51   const std::string          _name;                  //!< The Name of the Parameter.
     51  std::string                _name;                  //!< The Name of the Parameter.
    5252  unsigned int               _parameterCount;        //!< The Count of parameters.
    5353  std::string                _description;           //!< A longer description about this function.
Note: See TracChangeset for help on using the changeset viewer.