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

Origin commit data
------------------
Commit: 7a414b7c56
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-10-02 (Tue, 02 Oct 2012)
This commit is contained in:
Michael Liebmann
2012-10-02 11:58:12 +02:00
parent 2c4366f73d
commit 72d855d2eb
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);