]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
Updated Scintilla to 1.52 (on the trunk this time too)
[wxWidgets.git] / include / wx / notebook.h
index eb2b8af14ea5cf287f7264624a99df67041da048..8c18691b7c21e9648c041403ed3eac0f97713701 100644 (file)
@@ -67,7 +67,7 @@ public:
     // ---------
 
     // get number of pages in the dialog
-    int GetPageCount() const { return m_pages.GetCount(); }
+    int GetPageCount() const { return (int) m_pages.GetCount(); }
 
     // get the panel which represents the given page
     wxNotebookPage *GetPage(int nPage) { return m_pages[nPage]; }