]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/notebook.cpp
fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important...
[wxWidgets.git] / src / palmos / notebook.cpp
index 0fb00011a3e36fd8ee18d5dc09de6faa90bba571..2f73ee9e9d2ee2769a789c0969442487eb86c98d 100644 (file)
@@ -194,6 +194,11 @@ int wxNotebook::SetSelection(size_t nPage)
     return 0;
 }
 
+int wxNotebook::ChangeSelection(size_t nPage)
+{
+    return 0;
+}
+
 bool wxNotebook::SetPageText(size_t nPage, const wxString& strText)
 {
     return false;