Fix documented return type of wxGridBlockCoords::ContainsBlock()
This should have been part of 791a9e68ae
(Rename and simplify
wxGridBlockCoords::ContainsBlock(), 2020-04-05).
This commit is contained in:
@@ -1929,7 +1929,7 @@ public:
|
|||||||
@return
|
@return
|
||||||
@true if @a other is entirely contained within this block.
|
@true if @a other is entirely contained within this block.
|
||||||
*/
|
*/
|
||||||
int ContainsBlock(const wxGridBlockCoords& other) const;
|
bool ContainsBlock(const wxGridBlockCoords& other) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Calculates the result blocks by subtracting the other block from this
|
Calculates the result blocks by subtracting the other block from this
|
||||||
|
Reference in New Issue
Block a user