]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Add WX_FIND_LIB() function to simplify testing for libraries in configure.
[wxWidgets.git] / include / wx / msw / notebook.h
index 70993e4d617cb220fdc52e308b6b8caf2453bd2b..bb8ca64cc2d870ba31d37cad14c08a860c4f1911 100644 (file)
@@ -96,7 +96,7 @@ public:
                   wxNotebookPage *pPage,
                   const wxString& strText,
                   bool bSelect = false,
-                  int imageId = -1);
+                  int imageId = NO_IMAGE);
 
     // Windows-only at present. Also, you must use the wxNB_FIXEDWIDTH
     // style.