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

@@ -41,7 +41,7 @@ class TechDrawExport DrawComplexSection: public DrawViewSection
public:
DrawComplexSection();
~DrawComplexSection() = default;
~DrawComplexSection() override = default;
App::PropertyLink CuttingToolWireObject;
App::PropertyEnumeration ProjectionStrategy;//Offset or Aligned