From df43a22de2f49aff36c902c8e5e928fed2a66e87 Mon Sep 17 00:00:00 2001 From: mcorino Date: Mon, 25 Aug 2025 09:53:23 +0200 Subject: [PATCH] Fix error in wxMenuItem::GetDisabledBitmapBundle documentation Use the correct return type. Closes #25724. --- interface/wx/menuitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/menuitem.h b/interface/wx/menuitem.h index 7f97e3c87c..ac3ecf1406 100644 --- a/interface/wx/menuitem.h +++ b/interface/wx/menuitem.h @@ -224,7 +224,7 @@ public: @since 3.3.2 */ - wxBitmap GetDisabledBitmapBundle() const; + wxBitmapBundle GetDisabledBitmapBundle() const; /** Returns the font associated with the menu item.