Changeset 204 for trunk/src/gui
- Timestamp:
- 08/17/13 21:22:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/gui_style.cc
r121 r204 48 48 lua::stack_guard guard( m_lua ); 49 49 if ( !resolve( e, entry, LUA_TNUMBER ) ) return false; 50 i = lua_tointeger( m_lua, -1);50 i = static_cast< int >( lua_tointeger( m_lua, -1 ) ); 51 51 return true; 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.