mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- osd-setup: fix warning (missing initializer for member ‘CMenuOptionChooser::keyval_ext::valname’)
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -419,7 +419,7 @@ int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
}
|
||||
|
||||
#define OSD_PRESET_OPTIONS_COUNT 2
|
||||
const CMenuOptionChooser::keyval_ext OSD_PRESET_OPTIONS[] =
|
||||
const CMenuOptionChooser::keyval OSD_PRESET_OPTIONS[OSD_PRESET_OPTIONS_COUNT] =
|
||||
{
|
||||
{ COsdSetup::PRESET_SCREEN_A, LOCALE_OSD_PRESET_SCREEN_A },
|
||||
{ COsdSetup::PRESET_SCREEN_B, LOCALE_OSD_PRESET_SCREEN_B }
|
||||
|
Reference in New Issue
Block a user