system/setting_helpers.cpp: add static CColorSetupNotifier::setPalette(),

to call it direct
This commit is contained in:
[CST] Focus
2012-11-02 13:46:32 +04:00
parent f78be0f96d
commit a1bd6d404b
2 changed files with 8 additions and 11 deletions

View File

@@ -88,6 +88,7 @@ class CColorSetupNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void *);
static void setPalette();
};
class CAudioSetupNotifier : public CChangeObserver