Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 9:39:57 PM (17 years ago)
Author:
rgrieder
Message:
  • replaced all String2Number with ConvertValue
  • replaced all tokenize with SubString
  • dealt with warnings under msvc
  • removed some warnings by placing casts
  • bugfix in audio: local variable pushed into member variable std::vector
  • updated StableHeaders.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/OutputHandler.h

    r1062 r1064  
    114114        private:
    115115            explicit OutputHandler(const std::string& logfilename);
    116             OutputHandler(const OutputHandler& oh) {}; // don't copy
     116            OutputHandler(const OutputHandler& oh); // don't copy
    117117            virtual ~OutputHandler();
    118118            std::ofstream logfile_;     //!< The logfile where the output is logged
Note: See TracChangeset for help on using the changeset viewer.