summaryrefslogtreecommitdiff
path: root/src/gui/windows/debugwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/debugwindow.h')
-rw-r--r--src/gui/windows/debugwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/debugwindow.h b/src/gui/windows/debugwindow.h
index f39386ec8..3e13352fc 100644
--- a/src/gui/windows/debugwindow.h
+++ b/src/gui/windows/debugwindow.h
@@ -41,7 +41,7 @@ class DebugWindow final : public Window
/**
* Constructor.
*/
- DebugWindow();
+ DebugWindow(const std::string &name);
A_DELETE_COPY(DebugWindow)