Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2011, 6:59:50 PM (13 years ago)
Author:
rgrieder
Message:

Fixed GCC build and warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/libraries/core/GUIManager.h

    r8687 r8689  
    115115
    116116        //! Creates a new InputState to be used with a GUI Sheet
    117         const std::string& createInputState(const std::string& name, tribool showCursor = true, tribool useKeyboard = true, bool bBlockJoyStick = false); // tolua_export
     117        const std::string& createInputState(const std::string& name, tribool showCursor = tribool(true), tribool useKeyboard = tribool(true), bool bBlockJoyStick = false); // tolua_export
    118118        LuaState* getLuaState(void)
    119119            { return this->luaState_; }
Note: See TracChangeset for help on using the changeset viewer.