mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-08 15:59:08 +00:00
Add lots of value constructors.
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
|
||||
class MenuView : public View {
|
||||
public:
|
||||
std::function<void(void)> on_left;
|
||||
std::function<void(void)> on_left { };
|
||||
|
||||
MenuView() {
|
||||
set_focusable(true);
|
||||
|
||||
Reference in New Issue
Block a user