summaryrefslogtreecommitdiff
path: root/src/gui/emotewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/emotewindow.h')
-rw-r--r--src/gui/emotewindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/emotewindow.h b/src/gui/emotewindow.h
index f65636e1a..a9002117e 100644
--- a/src/gui/emotewindow.h
+++ b/src/gui/emotewindow.h
@@ -63,6 +63,8 @@ class EmoteWindow final : public Window
void widgetResized(const gcn::Event &event) override;
+ void widgetMoved(const gcn::Event &event) override;
+
private:
TabbedArea *mTabs;
EmotePage *mEmotePage;