Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6208


Ignore:
Timestamp:
Dec 2, 2009, 5:43:53 PM (14 years ago)
Author:
dafrick
Message:

Small error in SoundManager. Compiles now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/sound/SoundManager.cc

    r6203 r6208  
    492492    void SoundManager::removeBuffer(shared_ptr<ResourceInfo> fileInfo)
    493493    {
    494         std::map<std::string, weak_ptr<SoundBuffer> >::const_iterator it
     494        std::map<std::string, weak_ptr<SoundBuffer> >::iterator it
    495495            = this->soundBuffers_.find(fileInfo->group + '/' + fileInfo->filename);
    496496        if (it == this->soundBuffers_.end())
Note: See TracChangeset for help on using the changeset viewer.