]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND.
[wxWidgets.git] / include / wx / gtk / notebook.h
index bad2b59524a576c1fa9ac80ea28d17cb1288c8c0..aeb5399ea28ca95b9d5a29e054fdec2ddca06652 100644 (file)
@@ -89,7 +89,7 @@ public:
                      wxNotebookPage *win,
                      const wxString& strText,
                      bool bSelect = false,
-                     int imageId = -1 );
+                     int imageId = NO_IMAGE );
 
     // handler for tab navigation
     // --------------------------