From 50064b7e3c890a6437fef656a6b6a853071acc44 Mon Sep 17 00:00:00 2001 From: Hombre Date: Thu, 15 Aug 2019 23:39:44 +0200 Subject: [PATCH] Supressing a warning when building (see issue #2239) --- rtgui/spot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/spot.h b/rtgui/spot.h index aa0daa4ca..7604d7846 100644 --- a/rtgui/spot.h +++ b/rtgui/spot.h @@ -103,7 +103,7 @@ public: void setBatchMode (bool batchMode) override; // EditSubscriber interface - CursorShape getCursor (int objectID) const; + CursorShape getCursor (int objectID) const override; bool mouseOver (int modifierKey) override; bool button1Pressed (int modifierKey) override; bool button1Released () override;