Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2009, 6:30:13 PM (15 years ago)
Author:
landauf
Message:

fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc

    r6307 r6314  
    3030#include "WeaponMode.h"
    3131
     32#include "util/StringUtils.h"
    3233#include "core/CoreIncludes.h"
    3334#include "core/XMLPort.h"
     
    272273            return this->defSndWpnFire_->getSource();
    273274        else
    274             return std::string();
     275            return BLANKSTRING;
    275276    }
    276277}
Note: See TracChangeset for help on using the changeset viewer.