mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
Clean up navigation stack alloc/delete sequence.
This commit is contained in:
parent
97f29f8336
commit
18c4672ba2
2 changed files with 23 additions and 24 deletions
|
@ -72,8 +72,9 @@ private:
|
|||
std::vector<View*> view_stack;
|
||||
|
||||
Widget* view() const;
|
||||
void set_view(Widget* const new_view);
|
||||
|
||||
void free_view();
|
||||
void update_view();
|
||||
void push_view(View* new_view);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue