fix -Wextra & -Wdeprecated in Spreadsheet
This commit is contained in:
@@ -43,6 +43,7 @@ PropertyRowHeights::PropertyRowHeights()
|
||||
}
|
||||
|
||||
PropertyRowHeights::PropertyRowHeights(const PropertyRowHeights &other)
|
||||
: Property(), std::map<int, int>(other)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user