From 81764280afaa3e2ff80aa16a2ee433358e7ff272 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 27 Aug 2002 09:26:30 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 55fd5c82cf..03ffe9a649 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -199,7 +199,7 @@ public: const wxString& title = wxEmptyString, const wxBitmap& bitmap = wxNullBitmap, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize) + const wxSize& size = wxDefaultSize); #endif // WXWIN_COMPATIBILITY_2_2 }; -- 2.50.0