diff options
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 921d32fff..d92473977 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -85,6 +85,8 @@ #include "debug.h" +ChatWindow *chatWindow = nullptr; + static const char *const ACTION_COLOR_PICKER = "color picker"; ChatWindow::ChatWindow() : |