Fix wxApp::SetAppearance() return type in the documentation

It returns AppearanceResult, not bool.
This commit is contained in:
Vadim Zeitlin
2024-05-05 17:08:26 +02:00
parent 87e427656a
commit d2e303968d
+1 -1
View File
@@ -1026,7 +1026,7 @@ public:
@since 3.3.0
*/
bool SetAppearance(Appearance appearance);
AppearanceResult SetAppearance(Appearance appearance);
/**
Set display mode to use. This is only used in framebuffer wxWidgets