Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 1:57:01 PM (14 years ago)
Author:
landauf
Message:

fixed a few warnings that were only visible with EXTRA_COMPILER_WARNINGS enabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/core/Identifier.h

    r8351 r8594  
    119119
    120120            /// Returns the network ID to identify a class through the network.
    121             inline const uint32_t getNetworkID() const { return this->networkID_; }
     121            inline uint32_t getNetworkID() const { return this->networkID_; }
    122122            void setNetworkID(uint32_t id);
    123123
Note: See TracChangeset for help on using the changeset viewer.