Rename wxGridBlockCoords::ContainsCell() and move it inline

Make the function name more grammatically correct.

No real changes.
This commit is contained in:
Vadim Zeitlin
2020-04-04 19:45:19 +02:00
parent 0a5a904d8d
commit a5952ee087
5 changed files with 13 additions and 17 deletions

View File

@@ -1916,12 +1916,12 @@ public:
}
/**
Whether the block contains the cell.
Check whether this block contains the given cell.
@return
@true, if the block contains the cell, @false, otherwise.
@true, if the block contains the cell, @false otherwise.
*/
bool ContainCell(const wxGridCellCoords& cell) const;
bool ContainsCell(const wxGridCellCoords& cell) const;
/**
Whether the blocks contain each other.