widget/menue: remove virtual from addItem(), Is not really required

Origin commit data
------------------
Branch: ni/coolstream
Commit: cae6abfc87
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2023-02-19 22:33:10 +01:00
committed by vanhofen
parent 163ba2ece1
commit e181adb1de

View File

@@ -619,7 +619,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
CMenuWidget(const neutrino_locale_t Name, const std::string & Icon = "", const int mwidth = 30, const mn_widget_id_t &w_index = NO_WIDGET_ID);
~CMenuWidget();
void ResetModules();
virtual void addItem(CMenuItem* menuItem, const bool defaultselected = false);
void addItem(CMenuItem* menuItem, const bool defaultselected = false);
enum
{