fix g++ compile
This commit is contained in:
@@ -34,7 +34,7 @@ Luna<T,Lua##T>::RegType Lua##T::methods[] = { \
|
|||||||
LUA_##T##_METHODS_MAP( T ) \
|
LUA_##T##_METHODS_MAP( T ) \
|
||||||
{0,0} \
|
{0,0} \
|
||||||
};
|
};
|
||||||
#define LUA_METHOD_MAP( T, Method ) { #Method, Lua##T::##Method },
|
#define LUA_METHOD_MAP( T, Method ) { #Method, Lua##T::Method },
|
||||||
|
|
||||||
|
|
||||||
template <typename T, typename TInfo> class Luna {
|
template <typename T, typename TInfo> class Luna {
|
||||||
|
|||||||
Reference in New Issue
Block a user