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

Origin commit data
------------------
Commit: c92fa3f0f4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-23 (Fri, 23 Dec 2016)
This commit is contained in:
2016-12-23 20:46:30 +01:00
parent adac232005
commit d2860579e1

View File

@@ -88,6 +88,10 @@ class CChangeObserver
{
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*/)
{
return false;