Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2015, 11:32:08 PM (9 years ago)
Author:
landauf
Message:

made mapEntry const& wherever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/modules/notifications/NotificationQueue.cc

    r10916 r10917  
    206206        {
    207207            // Add all Notifications that have been created after this NotificationQueue was created.
    208             for(auto& mapEntry : *notifications)
     208            for(const auto& mapEntry : *notifications)
    209209            {
    210210                if(mapEntry.first >= this->creationTime_)
Note: See TracChangeset for help on using the changeset viewer.