Sketcher: [skip ci] fix -Winconsistent-missing-override

This commit is contained in:
wmayer
2021-01-08 17:32:41 +01:00
parent 2232b1d48e
commit f03bd3d157

View File

@@ -127,9 +127,9 @@ public:
void drawEdit(const std::vector<Base::Vector2d> &EditCurve);
/// Is the view provider selectable
bool isSelectable(void) const;
bool isSelectable(void) const override;
/// Observer message from the Selection
virtual void onSelectionChanged(const Gui::SelectionChanges& msg);
virtual void onSelectionChanged(const Gui::SelectionChanges& msg) override;
/// Show/Hide nodes from information layer
void showRestoreInformationLayer();