CLuaInstance: Precise error message for obsolete hide() parameter

- Supplement for commit 75631a97f1
This commit is contained in:
M. Liebmann
2016-01-01 14:42:04 +01:00
parent a7790ce049
commit f12e49e720
5 changed files with 12 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ bool _luaL_checkbool(lua_State *L, int numArg);
void paramBoolDeprecated(lua_State *L, const char* val);
void paramDeprecated(lua_State *L, const char* oldParam, const char* newParam);
void functionDeprecated(lua_State *L, const char* oldFunc, const char* newFunc);
void obsoleteHideParameter(lua_State *L);
lua_Unsigned checkMagicMask(lua_Unsigned col);
bool tableLookup(lua_State*, const char*, std::string&);