Fix wxGTK build after WXSetInitialFittingClientSize() change

This should have been part of 136574b1e0 (Make wxSizer::SetSizeHints()
work again, 2021-07-24).

See #19170.
This commit is contained in:
Vadim Zeitlin
2021-07-24 19:15:55 +02:00
parent f58af942ef
commit 912f4b76ac
2 changed files with 4 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ public:
virtual void SetMinSize(const wxSize& minSize) wxOVERRIDE;
virtual void WXSetInitialFittingClientSize(int flags) wxOVERRIDE;
virtual void WXSetInitialFittingClientSize(int flags, wxSizer* sizer = NULL) wxOVERRIDE;
private:
// Flags to call WXSetInitialFittingClientSize() with if != 0.