Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added some "const" qualifiers

File:
1 edited

Legend:

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

    r240 r241  
    2626            void add(const Identifier* identifier);
    2727            void remove(const Identifier* identifier);
    28             bool isInList(const Identifier* identifier);
     28            bool isInList(const Identifier* identifier) const;
    2929            std::string toString() const;
    3030
Note: See TracChangeset for help on using the changeset viewer.