- 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:
svenhoefer
2021-04-02 22:53:37 +02:00
committed by Thilo Graf
parent bb9e96f141
commit e1e75ef4af

View File

@@ -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 }