]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
SourceForge patch #654210 to fix naming/numbering shared libs under OS X
[wxWidgets.git] / include / wx / html / helpctrl.h
index 3d4678894a2f82430033dd18c8c0352661e86872..a2a795b243707e9919a33af56a9b2496426ffa98 100644 (file)
@@ -35,7 +35,7 @@ public:
 
     void SetTitleFormat(const wxString& format);
     void SetTempDir(const wxString& path) { m_helpData.SetTempDir(path); }
-    bool AddBook(const wxString& book, bool show_wait_msg = FALSE);
+    bool AddBook(const wxString& book_url, bool show_wait_msg = FALSE);
     bool AddBook(const wxFileName& book_file, bool show_wait_msg = FALSE);
 
     bool Display(const wxString& x);