From ab92ecc43d1b4d62e2ef3ac95c337dcee5f5fcc6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 15 May 2014 12:59:29 +0300 Subject: Move chat tab types into separate file. --- src/gui/widgets/tabs/gmtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/gmtab.h') diff --git a/src/gui/widgets/tabs/gmtab.h b/src/gui/widgets/tabs/gmtab.h index 0685c3808..ffe738523 100644 --- a/src/gui/widgets/tabs/gmtab.h +++ b/src/gui/widgets/tabs/gmtab.h @@ -22,6 +22,7 @@ #define GUI_WIDGETS_TABS_GMTAB_H #include "gui/widgets/tabs/chattab.h" +#include "gui/widgets/tabs/chattabtype.h" /** * A tab for whispers from a single player. @@ -36,7 +37,7 @@ class GmTab final : public ChatTab ~GmTab(); int getType() const override final A_WARN_UNUSED - { return ChatTab::TAB_GM; } + { return ChatTabType::GM; } void saveToLogFile(const std::string &msg) const override final; -- cgit v1.2.3-70-g09d2