TD: modernize C++: use override

This commit is contained in:
wmayer
2023-08-04 12:23:35 +02:00
committed by wwmayer
parent 6ff3ee9951
commit ed251a914b
75 changed files with 275 additions and 275 deletions

View File

@@ -40,7 +40,7 @@ class TechDrawExport DrawLeaderLine : public TechDraw::DrawView
public:
DrawLeaderLine();
~DrawLeaderLine() = default;
~DrawLeaderLine() override = default;
App::PropertyLink LeaderParent;
App::PropertyVectorList WayPoints;