TD: modernize C++: use override
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user