change arg order

This commit is contained in:
Glenn Maynard
2006-09-22 08:48:49 +00:00
parent f29762c59e
commit 709a790f1c
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void IPreference::SetFromStack( lua_State *L )
} \
template<> void PrefSetFromStack( lua_State *L, type &v ) \
{ \
LuaHelpers::Pop( v, L ); \
LuaHelpers::Pop( L, v ); \
} \
template<> void PrefPushValue( lua_State *L, const type &v ) \
{ \