Update application.hpp

This commit is contained in:
Max833 2021-07-11 17:46:38 +02:00 committed by GitHub
parent ca0bfa4006
commit 9105d412d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ struct pApplication {
int modalCount = 0; //number of modal loops
Timer modalTimer; //to run Application during modal events
pToolTip* toolTip = nullptr; //active toolTip
vector<pMenuBar*> staleMenus; //menubars to update
};
static auto state() -> State&;
};