summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index e82587623..85ec33415 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -56,7 +56,7 @@ class Gui final : public gcn::Gui
/**
* Constructor.
*/
- explicit Gui(Graphics *const screen);
+ Gui();
A_DELETE_COPY(Gui)
@@ -65,6 +65,8 @@ class Gui final : public gcn::Gui
*/
~Gui();
+ void postInit(Graphics *const graphics);
+
/**
* Performs logic of the GUI. Overridden to track mouse pointer
* activity.