Make wxGrid::GetBatchCount() const
There is really no reason for this simple accessor not to be const.
This commit is contained in:
@@ -4991,7 +4991,7 @@ public:
|
||||
(yet) matching calls to EndBatch(). While the grid's batch count is
|
||||
greater than zero the display will not be updated.
|
||||
*/
|
||||
int GetBatchCount();
|
||||
int GetBatchCount() const;
|
||||
|
||||
/**
|
||||
Returns the total number of grid columns.
|
||||
|
Reference in New Issue
Block a user