From 945718ef5f35a87a20cee579d9fc96d7a19a3dbb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 14 Apr 2020 18:07:47 +0200 Subject: [PATCH] Fix documented return type of wxGridBlockCoords::ContainsBlock() This should have been part of 791a9e68ae (Rename and simplify wxGridBlockCoords::ContainsBlock(), 2020-04-05). --- interface/wx/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index d05931fe4b..5a48bab795 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -1929,7 +1929,7 @@ public: @return @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