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;