Supressing a warning when building

(see issue #2239)
This commit is contained in:
Hombre
2019-08-15 23:39:44 +02:00
parent 68e26fb648
commit 50064b7e3c

View File

@@ -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;