Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2007, 3:08:49 AM (16 years ago)
Author:
landauf
Message:

removed some "const" qualifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchie/src/IdentifierList.h

    r239 r240  
    2727            void remove(const Identifier* identifier);
    2828            bool isInList(const Identifier* identifier);
    29             std::string toString();
     29            std::string toString() const;
    3030
    3131            IdentifierListElement* first_;
Note: See TracChangeset for help on using the changeset viewer.