From c92fa3f0f4721093cb9d0c1108e846f12fc9ddf7 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 23 Dec 2016 20:46:30 +0100 Subject: [PATCH] menue.cpp: CChangeObserver add overloaded changeNotify() with string param --- src/gui/widget/menue.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/widget/menue.h b/src/gui/widget/menue.h index 5da3cc3f5..5cfa58da2 100644 --- a/src/gui/widget/menue.h +++ b/src/gui/widget/menue.h @@ -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;