summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/whispertab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/whispertab.h')
-rw-r--r--src/gui/widgets/tabs/whispertab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/whispertab.h b/src/gui/widgets/tabs/whispertab.h
index 84b55ae58..8a315a7c3 100644
--- a/src/gui/widgets/tabs/whispertab.h
+++ b/src/gui/widgets/tabs/whispertab.h
@@ -24,6 +24,7 @@
#define GUI_WIDGETS_TABS_WHISPERTAB_H
#include "gui/widgets/tabs/chattab.h"
+#include "gui/widgets/tabs/chattabtype.h"
/**
* A tab for whispers from a single player.
@@ -40,7 +41,7 @@ class WhisperTab final : public ChatTab
const std::string &restrict args) override final;
int getType() const override final A_WARN_UNUSED
- { return ChatTab::TAB_WHISPER; }
+ { return ChatTabType::WHISPER; }
void saveToLogFile(const std::string &msg) const override final;