From 19d3e2d902c3ebc240cab67de16d2863855488ed Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sun, 17 Apr 2022 23:41:46 -0400 Subject: [PATCH] Fix wxIcon::GetLogicalSize documentation --- interface/wx/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/icon.h b/interface/wx/icon.h index f396caed44..cd65788671 100644 --- a/interface/wx/icon.h +++ b/interface/wx/icon.h @@ -244,7 +244,7 @@ public: @since 3.1.6 */ - double GetLogicalSize() const; + wxSize GetLogicalSize() const; /** Gets the width of the icon in logical pixels.