Previous 199869 Revisions Next

r34321 Saturday 10th January, 2015 at 13:06:25 UTC by Miodrag Milanović
Fix compile with LuaBridge
[3rdparty/luabridge/Source/LuaBridge/detail]Stack.h

trunk/3rdparty/luabridge/Source/LuaBridge/detail/Stack.h
r242832r242833
457457{
458458  static inline void push (lua_State* L, std::string const& str)
459459  {
460    lua_pushstring (L, str.c_str(), str.size());
460    lua_pushstring (L, str.c_str());
461461  }
462462
463463  static inline std::string get (lua_State* L, int index)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team