fix -Wextra & -Wdeprecated in Spreadsheet

This commit is contained in:
wmayer
2016-09-22 16:35:05 +02:00
parent 5bd455cc76
commit 47c91f01b8
8 changed files with 34 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ PropertyColumnWidths::PropertyColumnWidths()
}
PropertyColumnWidths::PropertyColumnWidths(const PropertyColumnWidths &other)
: Property(), std::map<int, int>(other)
{
std::map<int, int>::const_iterator i = other.begin();