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

    r1791 r1854  
    167167            void callListeners();
    168168
    169             std::stringstream stream_;                   //! The stringstream that stores the assigned text
    170             std::list<OutputBufferListener*> listeners_; //! A list of all listeners
     169            std::stringstream stream_;                   //!< The stringstream that stores the assigned text
     170            std::list<OutputBufferListener*> listeners_; //!< A list of all listeners
    171171    };
    172172}
Note: See TracChangeset for help on using the changeset viewer.