Gui: modernize C++: use equals default
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user