X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e837615b95205297821dc0b85791ad9e0055df6..e733c4ce1e24cf7e4b0b0d8362fc59aaa7a7641c:/include/wx/cocoa/notebook.h diff --git a/include/wx/cocoa/notebook.h b/include/wx/cocoa/notebook.h index 6cc8161ff0..0fe99e91a1 100644 --- a/include/wx/cocoa/notebook.h +++ b/include/wx/cocoa/notebook.h @@ -4,7 +4,6 @@ // Author: David Elliott // Modified by: // Created: 2004/04/08 -// RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -97,7 +96,7 @@ public: wxNotebookPage *win, const wxString& strText, bool bSelect = false, - int imageId = -1 ); + int imageId = NO_IMAGE ); protected: };