diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-07 02:23:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-07 02:23:04 +0300 |
commit | 3e0bce53e2b3387801f3e0484f01a64d767115da (patch) | |
tree | 0601c1a09f7452fb41702249e70cbe0f035ea7df /src/gui/windows/debugwindow.h | |
parent | c35ae089aaa484b72c787625d2dd9a1481fa15b6 (diff) | |
download | plus-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.gz plus-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.bz2 plus-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.xz plus-3e0bce53e2b3387801f3e0484f01a64d767115da.zip |
Allow open debug window before connecting to game.
Diffstat (limited to 'src/gui/windows/debugwindow.h')
-rw-r--r-- | src/gui/windows/debugwindow.h | 2 |
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) |