PD: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 12:28:24 +02:00
committed by wwmayer
parent b239b57960
commit 622e46771e
52 changed files with 61 additions and 182 deletions

View File

@@ -39,13 +39,9 @@ using namespace PartDesignGui;
PROPERTY_SOURCE(PartDesignGui::ViewProviderLoft,PartDesignGui::ViewProvider)
ViewProviderLoft::ViewProviderLoft()
{
}
ViewProviderLoft::ViewProviderLoft() = default;
ViewProviderLoft::~ViewProviderLoft()
{
}
ViewProviderLoft::~ViewProviderLoft() = default;
std::vector<App::DocumentObject*> ViewProviderLoft::claimChildren()const
{