Mod/Spreadsheet: fix yet another warning (potentialy harmful)
Warning was -Woverloaded-virtual
This commit is contained in:
parent
a8634f09fc
commit
d2176be234
|
@ -764,7 +764,7 @@ void PropertySheet::removeColumns(int col, int count)
|
|||
}
|
||||
}
|
||||
|
||||
unsigned int PropertySheet::getMemSize()
|
||||
unsigned int PropertySheet::getMemSize() const
|
||||
{
|
||||
return sizeof(*this);
|
||||
}
|
||||
|
|
|
@ -105,7 +105,7 @@ public:
|
|||
|
||||
void removeColumns(int col, int count);
|
||||
|
||||
unsigned int getMemSize (void);
|
||||
virtual unsigned int getMemSize (void) const;
|
||||
|
||||
bool mergeCells(CellAddress from, CellAddress to);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user