[TD]dvAnnotation default dtor

This commit is contained in:
wandererfan
2022-09-05 13:55:08 -04:00
committed by WandererFan
parent a88d4730d8
commit 6b8bd1f8f6
3 changed files with 1 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ class TechDrawExport DrawViewAnnotation : public TechDraw::DrawView
public:
/// Constructor
DrawViewAnnotation();
~DrawViewAnnotation() override;
~DrawViewAnnotation() = default;
App::PropertyStringList Text;
App::PropertyFont Font;