TD: modernize C++: use override

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

View File

@@ -41,7 +41,7 @@ class TechDrawExport DrawViewArch : public TechDraw::DrawViewSymbol
public:
/// Constructor
DrawViewArch();
~DrawViewArch() = default;
~DrawViewArch() override = default;
App::PropertyLink Source;
App::PropertyBool AllOn;