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

This commit is contained in:
wmayer
2020-03-05 16:38:21 +01:00
parent 2b42d5fd74
commit 62ffe64d79
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public:
void toggleFrameState(void);
void setTemplateMarkers(bool state);
void setGraphicsView(QGVPage* gv);
virtual bool canDelete(App::DocumentObject* obj) const;
virtual bool canDelete(App::DocumentObject* obj) const override;
protected:
bool setEdit(int ModNum) override;

View File

@@ -60,7 +60,7 @@ public:
virtual Gui::MDIView *getMDIView() const override;
void setMarkers(bool state);
virtual bool onDelete(const std::vector<std::string> &);
virtual bool onDelete(const std::vector<std::string> &) override;
};
} // namespace TechDrawGui