]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/notebook.h
wxRTC: extracted XML utilities into a separate class for potential reuse.
[wxWidgets.git] / include / wx / osx / notebook.h
index 3447388f95d1857006720bc0016cd809ff429275..7e0ac722919318236558f96809001b532b340805 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     MSW/GTK compatible notebook (a.k.a. property sheet)
 // Author:      Stefan Csomor
 // Modified by:
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -95,7 +94,7 @@ public:
                   wxNotebookPage *pPage,
                   const wxString& strText,
                   bool bSelect = false,
-                  int imageId = -1);
+                  int imageId = NO_IMAGE);
 
   // callbacks
   // ---------