fix -Wextra & -Wdeprecated in Spreadsheet

This commit is contained in:
wmayer
2016-09-22 16:35:05 +02:00
parent 801ac34258
commit 6cf82fbe62
8 changed files with 34 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ PropertyRowHeights::PropertyRowHeights()
}
PropertyRowHeights::PropertyRowHeights(const PropertyRowHeights &other)
: Property(), std::map<int, int>(other)
{
}