X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fgesturedetector.h;h=5f7c4afc4f729ee0322db88c0ff44611e02ee458;hb=43d31e73c4b97a37017757232c4ef1db355fee3a;hp=51af312720c17da85a4f49692a6116c9022ab5bf;hpb=301e09d687a1217130fbb2240b7a80f1a00aacdc;p=libs%2Fgui.git diff --git a/source/input/gesturedetector.h b/source/input/gesturedetector.h index 51af312..5f7c4af 100644 --- a/source/input/gesturedetector.h +++ b/source/input/gesturedetector.h @@ -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);