From 10be802d2640bad75222736216cdcfcd7fb6a521 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:16:51 +0300 Subject: add final keyword to windows files. --- src/gui/windows/outfitwindow.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/windows/outfitwindow.h') diff --git a/src/gui/windows/outfitwindow.h b/src/gui/windows/outfitwindow.h index cb1c399f5..96f3329a1 100644 --- a/src/gui/windows/outfitwindow.h +++ b/src/gui/windows/outfitwindow.h @@ -50,15 +50,15 @@ class OutfitWindow final : public Window, */ ~OutfitWindow(); - void action(const gcn::ActionEvent &event) override; + void action(const gcn::ActionEvent &event) override final; - void draw(gcn::Graphics *graphics) override; + void draw(gcn::Graphics *graphics) override final; - void mousePressed(gcn::MouseEvent &event) override; + void mousePressed(gcn::MouseEvent &event) override final; - void mouseDragged(gcn::MouseEvent &event) override; + void mouseDragged(gcn::MouseEvent &event) override final; - void mouseReleased(gcn::MouseEvent &event) override; + void mouseReleased(gcn::MouseEvent &event) override final; void load(const bool oldConfig = false); -- cgit v1.2.3-60-g2f50