osd_setup.cpp: Fix segfault in mode single tuner/display tuner icon

This commit is contained in:
micha-bbg
2012-10-02 11:58:12 +02:00
parent 07ab8ad0c9
commit 7a414b7c56
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
int width;
bool is_wizard;
int show_tuner_icon;
int showOsdSetup();
void showOsdMenueColorSetup(CMenuWidget *menu_colors);