From: Włodzimierz Skiba Date: Thu, 20 May 2004 11:01:47 +0000 (+0000) Subject: -1->wxID_ANY replacement. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57eaf1ec4631f5d2e19be926f3186ff4ed893b5f?hp=1cfac5b878691beffaccb9c3fc0214b1934e39ce -1->wxID_ANY replacement. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 2d32a1f064..59e67f49f1 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -48,7 +48,7 @@ DECLARE_APP(MyApp) class MyNotebook : public wxNotebook { public: - MyNotebook(wxWindow *parent, wxWindowID id = -1, + MyNotebook(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0);