Skip to content

Commit

Permalink
clang (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chleba authored Jul 23, 2020
1 parent 0557a02 commit 1d5f335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/screen_menu_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ using parent = ScreenMenu<EHeader::Off, EFooter::On, HelpLines_None, MI_RETURN,
#ifdef BUDDY_ENABLE_ETHERNET
MI_LAN_SETTINGS,
MI_TIMEZONE,
#endif //BUDDY_ENABLE_ETHERNET
#endif //BUDDY_ENABLE_ETHERNET
MI_SAVE_DUMP, MI_SOUND_MODE, /*MI_SOUND_VOLUME,*/
MI_LANGUAGE,
MI_SOUND_TYPE, MI_HF_TEST_0, MI_HF_TEST_1,
Expand All @@ -79,7 +79,7 @@ using parent = ScreenMenu<EHeader::Off, EFooter::On, HelpLines_None, MI_RETURN,
MI_LAN_SETTINGS,
MI_TIMEZONE,
#endif //BUDDY_ENABLE_ETHERNET
MI_SAVE_DUMP, MI_SOUND_MODE/*, MI_SOUND_VOLUME*/, MI_LANGUAGE>;
MI_SAVE_DUMP, MI_SOUND_MODE /*, MI_SOUND_VOLUME*/, MI_LANGUAGE>;
#endif

class ScreenMenuSettings : public parent {
Expand Down
1 change: 1 addition & 0 deletions src/guiapi/include/MItem_tools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class MI_SOUND_TYPE : public WI_SWITCH_t<8> {

class MI_SOUND_VOLUME : public WI_SPIN_U08_t {
constexpr static const char *const label = N_("Sound Volume");

public:
MI_SOUND_VOLUME();
virtual void OnClick() override;
Expand Down

0 comments on commit 1d5f335

Please sign in to comment.