Fix documentation of wxSplitterWindow::GetLastSplitPosition()

Correct the documented return type of this function to match its actual
type to fix a problem introduced in the recent f24b3d5483 (Save last
wxSplitterWindow position before it was unsplit, 2024-02-12).

See #24329.

Closes #24347.
This commit is contained in:
Vadim Zeitlin 2024-02-26 02:56:15 +01:00
parent bf971fb0a8
commit be3ea1768a

View file

@ -491,7 +491,7 @@ public:
@since 3.3.0 @since 3.3.0
*/ */
const wxPoint& GetLastSplitPosition() const; wxPoint GetLastSplitPosition() const;
/** /**
Sets the last sash position. Sets the last sash position.