From 5f048b85f826a85278545ac363d7058793fb3ece Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 May 2014 01:08:33 +0300 Subject: Move variables definition into each file with class definition. --- src/gui/widgets/tabs/chattab.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/widgets/tabs/chattab.cpp') diff --git a/src/gui/widgets/tabs/chattab.cpp b/src/gui/widgets/tabs/chattab.cpp index 4f81d2aa7..893149a98 100644 --- a/src/gui/widgets/tabs/chattab.cpp +++ b/src/gui/widgets/tabs/chattab.cpp @@ -55,6 +55,9 @@ #include "debug.h" +ChatTab *localChatTab = nullptr; +ChatTab *debugChatTab = nullptr; + static const unsigned int MAX_WORD_SIZE = 50; ChatTab::ChatTab(const Widget2 *const widget, -- cgit v1.2.3-60-g2f50