some fixes after cherry-picking

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
TangoCash
2019-01-06 13:24:47 +01:00
committed by GetAway
parent 4b9740623e
commit 0277009f72
4 changed files with 13 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ class CLCD4lSetup : public CMenuTarget, CChangeObserver
static CLCD4lSetup* getInstance();
CLCD4lSetup();
~CLCD4lSetup();
int exec(CMenuTarget* parent, const std::string &actionkey);
int exec(CMenuTarget *parent, const std::string &actionkey);
virtual bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
};