mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 15:45:11 +08:00
Fix error in wxMenuItem::GetDisabledBitmapBundle documentation
Use the correct return type. Closes #25724.
This commit is contained in:
@@ -224,7 +224,7 @@ public:
|
||||
|
||||
@since 3.3.2
|
||||
*/
|
||||
wxBitmap GetDisabledBitmapBundle() const;
|
||||
wxBitmapBundle GetDisabledBitmapBundle() const;
|
||||
|
||||
/**
|
||||
Returns the font associated with the menu item.
|
||||
|
||||
Reference in New Issue
Block a user