Gui: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-20 18:12:43 +02:00
parent 1efde78d74
commit 888a33917d
188 changed files with 408 additions and 1124 deletions

View File

@@ -40,9 +40,7 @@ SelectionObserverPython::SelectionObserverPython(const Py::Object& obj, ResolveM
FC_PY_SEL_OBSERVER
}
SelectionObserverPython::~SelectionObserverPython()
{
}
SelectionObserverPython::~SelectionObserverPython() = default;
void SelectionObserverPython::addObserver(const Py::Object& obj, ResolveMode resolve)
{