Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc

    r6313 r6314  
    3535
    3636#include "util/Convert.h"
     37#include "util/StringUtils.h"
    3738#include "core/CoreIncludes.h"
    3839#include "core/GameMode.h"
     
    251252        else
    252253            assert(0);
    253         return std::string();
     254        return BLANKSTRING;
    254255    }
    255256
     
    268269        else
    269270            assert(0);
    270         return std::string();
     271        return BLANKSTRING;
    271272    }
    272273}
Note: See TracChangeset for help on using the changeset viewer.