Sheet: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:29:02 +02:00
committed by wwmayer
parent 5d585de259
commit 1ac09bccc3
11 changed files with 10 additions and 30 deletions

View File

@@ -38,9 +38,7 @@ const int PropertyColumnWidths::defaultHeaderWidth = 50;
TYPESYSTEM_SOURCE(Spreadsheet::PropertyColumnWidths , App::Property)
PropertyColumnWidths::PropertyColumnWidths()
{
}
PropertyColumnWidths::PropertyColumnWidths() = default;
PropertyColumnWidths::PropertyColumnWidths(const PropertyColumnWidths &other)
: Property(), std::map<int, int>(other)