osd-setup: fix warning (missing initializer for member ‘CMenuOptionChooser::keyval_ext::valname’)

Origin commit data
------------------
Commit: d94206dedb
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-04-02 (Fri, 02 Apr 2021)

Origin message was:
------------------
- osd-setup: fix warning (missing initializer for member ‘CMenuOptionChooser::keyval_ext::valname’)
This commit is contained in:
vanhofen
2021-04-02 22:53:37 +02:00
parent 60350e4631
commit 1758e1c1e5

View File

@@ -422,7 +422,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 }