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/MultiType.h

    r1791 r1854  
    189189        virtual void toString(std::ostream& outstream) const = 0;
    190190
    191         MT_Type type_; //! The type of the current value
     191        MT_Type type_; //!< The type of the current value
    192192    };
    193193
     
    388388        template <typename T>        void createNewValueContainer(const T& value) { BOOST_STATIC_ASSERT(sizeof(T) == 0); }
    389389
    390         MT_ValueBase* value_; //! A pointer to the value container
     390        MT_ValueBase* value_; //!< A pointer to the value container
    391391};
    392392
Note: See TracChangeset for help on using the changeset viewer.