diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2024-12-18 22:22:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 22:22:12 -0800 |
commit | 096ab486f651d803b8a7f50e448b50e17e907539 (patch) | |
tree | 5e23518e287632a36a839dd934dc1c5e4e1e5442 /source/frontend | |
parent | 7bc0f942bc3a04df71d0df393f783d645257279b (diff) |
Update StarOptionsMenu.hpp
Diffstat (limited to 'source/frontend')
-rw-r--r-- | source/frontend/StarOptionsMenu.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/frontend/StarOptionsMenu.hpp b/source/frontend/StarOptionsMenu.hpp index 4bc36ad..9fde1ac 100644 --- a/source/frontend/StarOptionsMenu.hpp +++ b/source/frontend/StarOptionsMenu.hpp @@ -3,6 +3,7 @@ #include "StarPane.hpp" #include "StarConfiguration.hpp" #include "StarMainInterfaceTypes.hpp" +#include "StarUniverseClient.hpp" namespace Star { @@ -17,7 +18,7 @@ STAR_CLASS(OptionsMenu); class OptionsMenu : public Pane { public: - OptionsMenu(PaneManager* manager); + OptionsMenu(PaneManager* manager, UniverseClientPtr client); virtual void show() override; |