X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a6c9e31b0731764f26a3124f7d0dabaa86a1a06..729b64a3c1fe99689936074f5ace7d9bdacbd73e:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 2d32a1f064..c79f79f980 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -5,7 +5,7 @@ // Modified by: Dimitri Schoolwerth // Created: 25/10/98 // RCS-ID: $Id$ -// Copyright: (c) 1998-2002 wxWindows team +// Copyright: (c) 1998-2002 wxWidgets team // License: wxWindows license ///////////////////////////////////////////////////////////////////////////// @@ -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);