Gui: modernize C++: use equals default
This commit is contained in:
@@ -89,9 +89,7 @@ DocumentObserverPython::DocumentObserverPython(const Py::Object& obj) : inst(obj
|
||||
//NOLINTEND
|
||||
}
|
||||
|
||||
DocumentObserverPython::~DocumentObserverPython()
|
||||
{
|
||||
}
|
||||
DocumentObserverPython::~DocumentObserverPython() = default;
|
||||
|
||||
void DocumentObserverPython::slotCreatedDocument(const Gui::Document& Doc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user