App: Modernise ctors dtors defs etc

This commit is contained in:
berniev
2022-08-01 03:07:32 +10:00
committed by wwmayer
parent 5d4b753940
commit b6cae3bfdf
80 changed files with 866 additions and 1160 deletions

View File

@@ -36,9 +36,7 @@ Annotation::Annotation()
ADD_PROPERTY(Position,(Base::Vector3d()));
}
Annotation::~Annotation()
{
}
Annotation::~Annotation() = default;
// --------------------------------------------------
@@ -52,6 +50,4 @@ AnnotationLabel::AnnotationLabel()
ADD_PROPERTY_TYPE(TextPosition,(Base::Vector3d()),"Label",Prop_Output,"Text position");
}
AnnotationLabel::~AnnotationLabel()
{
}
AnnotationLabel::~AnnotationLabel() = default;