fix gcc compile

This commit is contained in:
Chris Danford
2005-02-01 22:40:27 +00:00
parent 6967b1f06d
commit 57c75d43e3
+1 -1
View File
@@ -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 ); }