From 9105d412d96504a5c8539bdc44114dddd3463512 Mon Sep 17 00:00:00 2001 From: Max833 <53529402+Max833@users.noreply.github.com> Date: Sun, 11 Jul 2021 17:46:38 +0200 Subject: [PATCH] Update application.hpp --- hiro/windows/application.hpp | 1 + 1 file changed, 1 insertion(+) 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&; };