mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
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:
@@ -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