Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 9:39:57 PM (16 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/IdentifierDistributor.h

    r1062 r1064  
    5353        private:
    5454            IdentifierDistributor() {};                                         // Don't create
    55             IdentifierDistributor(const IdentifierDistributor& distributor) {}  // Don't copy
     55            IdentifierDistributor(const IdentifierDistributor& distributor)  // Don't copy
    5656            ~IdentifierDistributor() {}                                         // Don't delete
    5757
Note: See TracChangeset for help on using the changeset viewer.