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/modules/notifications/NotificationQueue.cc

    r7413 r7417  
    356356        bool first = true;
    357357        // Iterate through the set of targets.
    358         for(std::set<std::string, StringCompare>::const_iterator it = this->targets_.begin(); it != this->targets_.end(); it++)
     358        for(std::set<std::string>::const_iterator it = this->targets_.begin(); it != this->targets_.end(); it++)
    359359        {
    360360            if(!first)
Note: See TracChangeset for help on using the changeset viewer.