Skip to content

Commit

Permalink
Update LiquidMenu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hezy0426 committed Nov 1, 2023
1 parent deda6a5 commit ccbac66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LiquidMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,9 @@ class LiquidScreen
LiquidScreen *get_next_screen();

private:
LiquidMenu *nextMenu;
LiquidMenu *nextMenu = NULL;
LiquidScreen *nextScreen = NULL;
LiquidMenu *prevMenu;
LiquidMenu *prevMenu = NULL;
LiquidScreen *prevScreen = NULL;
bool specialCase = false;

Expand Down

0 comments on commit ccbac66

Please sign in to comment.