Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 17, 2006, 2:50:15 PM (18 years ago)
Author:
bensch
Message:

links and compiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/executor/executor_lua_state.h

    r9752 r9753  
    5252/** @see template<typename type> inline type fromLua(lua_State* state, int index) */
    5353template<> inline char fromLua<char>(lua_State* state, int index) { return (char)lua_tonumber(state, index); };
     54/** @see template<typename type> inline type fromLua(lua_State* state, int index) */
     55template<> const std::string& fromLua<const std::string&>(lua_State* state, int index);
    5456
    5557
Note: See TracChangeset for help on using the changeset viewer.