Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2968


Ignore:
Timestamp:
May 11, 2009, 3:37:19 PM (15 years ago)
Author:
erwin
Message:

corrected typo

File:
1 edited

Legend:

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

    r2967 r2968  
    135135        if(this->buffer_ == AL_NONE) {
    136136            COUT(2) << "OpenAL ALUT: " << alutGetErrorString(alutGetError()) << std::endl;
    137             if(filename.find("ogg", 0) != string::npos)
     137            if(filename.find("ogg", 0) != std::string::npos)
    138138            {
    139139                this->buffer_ = loadOggFile(filename);
Note: See TracChangeset for help on using the changeset viewer.