]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/notebook.h
Add WX_FIND_LIB() function to simplify testing for libraries in configure.
[wxWidgets.git] / include / wx / palmos / notebook.h
index 5e85e4259d009eb4def0838d162566c61d9da5f9..3c603a8169da3a68e05453b963198b3fd90b60a0 100644 (file)
@@ -127,7 +127,7 @@ public:
                     wxNotebookPage *pPage,
                     const wxString& strText,
                     bool bSelect = false,
-                    int imageId = -1);
+                    int imageId = NO_IMAGE);
 
     void AddPageInfo( wxNotebookPageInfo* info ) { AddPage( info->GetPage() , info->GetText() , info->GetSelected() , info->GetImageId() ) ; }
     const wxNotebookPageInfoList& GetPageInfos() const ;