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:
Vadim Zeitlin
2020-04-14 18:07:47 +02:00
parent ed767ed324
commit 945718ef5f

View File

@@ -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