menue.cpp: CChangeObserver add overloaded changeNotify() with string param

This commit is contained in:
2016-12-23 20:46:30 +01:00
parent 114bba2ab7
commit c92fa3f0f4

View File

@@ -88,6 +88,10 @@ class CChangeObserver
{ {
return false; return false;
} }
virtual bool changeNotify(const std::string & /*OptionName*/, void * /*Data*/)
{
return false;
}
virtual bool changeNotify(lua_State * /*L*/, const std::string & /*luaId*/, const std::string & /*luaAction*/, void * /*Data*/) virtual bool changeNotify(lua_State * /*L*/, const std::string & /*luaId*/, const std::string & /*luaAction*/, void * /*Data*/)
{ {
return false; return false;