diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 3f80cea1c..4d4c61896 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -60,9 +60,9 @@ const int walkingMouseDelay = 500; * of it such as NPC messages, which are positioned using map pixel * coordinates. */ -class Viewport : public WindowContainer, - public gcn::MouseListener, - public ConfigListener +class Viewport final : public WindowContainer, + public gcn::MouseListener, + public ConfigListener { public: /** |