]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/gesturedetector.h
Use the override specifier where appropriate
[libs/gui.git] / source / input / gesturedetector.h
index 51af312720c17da85a4f49692a6116c9022ab5bf..5f7c4afc4f729ee0322db88c0ff44611e02ee458 100644 (file)
@@ -58,8 +58,8 @@ private:
 public:
        GestureDetector(Touchscreen &);
 
-       virtual std::string get_button_name(unsigned) const;
-       virtual std::string get_axis_name(unsigned) const;
+       std::string get_button_name(unsigned) const override;
+       std::string get_axis_name(unsigned) const override;
 
 private:
        void touch_down(unsigned);