mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
fix build warning in settings (#2081)
* fix warning ui::SetAutostartView::opts' should be initialized in the member initialization list * clang --------- Co-authored-by: gullradriel <gullradriel@no-mail.com>
This commit is contained in:
parent
c48cbb7e55
commit
23cf1c2737
@ -810,8 +810,8 @@ class SetAutostartView : public View {
|
||||
private:
|
||||
int32_t i = 0;
|
||||
std::string autostart_app{""};
|
||||
OptionsField::options_t opts;
|
||||
std::map<int32_t, std::string> full_app_list; // looking table
|
||||
OptionsField::options_t opts{};
|
||||
std::map<int32_t, std::string> full_app_list{}; // looking table
|
||||
int32_t selected = 0;
|
||||
SettingsStore nav_setting{
|
||||
"nav"sv,
|
||||
|
Loading…
Reference in New Issue
Block a user