mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
menue.cpp: CChangeObserver add overloaded changeNotify() with string param
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user