Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2008, 5:30:14 PM (16 years ago)
Author:
landauf
Message:
  • some cmake fixes for ceguilua and mingw
  • small change in XMLPort
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/util/MultiTypeValue.h

    r1791 r1854  
    110110    inline void toString(std::ostream& outstream) const { outstream << this->value_; }
    111111
    112     T value_; //! The stored value
     112    T value_; //!< The stored value
    113113};
    114114
Note: See TracChangeset for help on using the changeset viewer.