Sheet: modernize C++: use equals default
This commit is contained in:
@@ -550,9 +550,7 @@ SheetViewPy::SheetViewPy(SheetView *mdi)
|
||||
{
|
||||
}
|
||||
|
||||
SheetViewPy::~SheetViewPy()
|
||||
{
|
||||
}
|
||||
SheetViewPy::~SheetViewPy() = default;
|
||||
|
||||
Py::Object SheetViewPy::repr()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user