App: Modernise ctors dtors defs etc
This commit is contained in:
@@ -37,14 +37,9 @@ PROPERTY_SOURCE(App::Placement, App::GeoFeature)
|
||||
// Feature
|
||||
//===========================================================================
|
||||
|
||||
Placement::Placement()
|
||||
{
|
||||
Placement::Placement() = default;
|
||||
|
||||
}
|
||||
|
||||
Placement::~Placement()
|
||||
{
|
||||
}
|
||||
Placement::~Placement() = default;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user