Surface: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:32:21 +02:00
committed by wwmayer
parent 9c1bc2e0e9
commit fecc939611
13 changed files with 3 additions and 41 deletions

View File

@@ -636,11 +636,6 @@ TaskGeomFillSurface::TaskGeomFillSurface(ViewProviderGeomFillSurface* vp, Surfac
Content.push_back(taskbox);
}
TaskGeomFillSurface::~TaskGeomFillSurface()
{
// automatically deleted in the sub-class
}
void TaskGeomFillSurface::setEditedObject(Surface::GeomFillSurface* obj)
{
widget->setEditedObject(obj);