bugfix function/callback now init as nullptr
This commit is contained in:
@@ -92,7 +92,7 @@ class MenuAction {
|
|||||||
private:
|
private:
|
||||||
const char* name;
|
const char* name;
|
||||||
|
|
||||||
void (*function) ();
|
void (*function) () = nullptr;
|
||||||
void (*callback) () = nullptr;
|
void (*callback) () = nullptr;
|
||||||
|
|
||||||
bool isMenu = false;
|
bool isMenu = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user