Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 8:30:17 PM (14 years ago)
Author:
rgrieder
Message:

Removed StringCompare again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/interfaces/NotificationListener.h

    r7413 r7417  
    6161            virtual ~NotificationListener() {}
    6262
    63             virtual const std::set<std::string, StringCompare> & getTargetsSet() = 0;
     63            virtual const std::set<std::string> & getTargetsSet() = 0;
    6464            virtual void update(void) = 0;
    6565            virtual void update(Notification* notification, const std::time_t & time) = 0;
Note: See TracChangeset for help on using the changeset viewer.