Mod/Spreadsheet: fix yet another warning (potentialy harmful)
Warning was -Woverloaded-virtual
This commit is contained in:
committed by
wmayer
parent
efdd14c42d
commit
c31c3a41da
@@ -764,7 +764,7 @@ void PropertySheet::removeColumns(int col, int count)
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int PropertySheet::getMemSize()
|
||||
unsigned int PropertySheet::getMemSize() const
|
||||
{
|
||||
return sizeof(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user