diff --git a/hiro/windows/application.hpp b/hiro/windows/application.hpp index 241d7fe0..e50e6523 100644 --- a/hiro/windows/application.hpp +++ b/hiro/windows/application.hpp @@ -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 staleMenus; //menubars to update }; static auto state() -> State&; };