fix gcc compile
This commit is contained in:
@@ -133,7 +133,7 @@ private:
|
||||
|
||||
#define LUA_REGISTER_CLASS( T ) \
|
||||
const char Luna<T>::s_className[] = #T; \
|
||||
Luna##T<T>::RegTypeVector* Luna<T>::s_pvMethods = NULL; \
|
||||
Luna<T>::RegTypeVector* Luna<T>::s_pvMethods = NULL; \
|
||||
static Luna##T<T> registera; \
|
||||
void T::PushSelf( lua_State *L ) { Luna##T<T>::Push( L, this ); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user