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

Origin commit data
------------------
Branch: ni/coolstream
Commit: c92fa3f0f4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-23 (Fri, 23 Dec 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-12-23 20:46:30 +01:00
parent 5bbb994250
commit 6f664ef754

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;