]> git.saurik.com Git - wxWidgets.git/commitdiff
forgot to add wxHtmlHelpController::AddBook(wxFileName) to the headers
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 9 Dec 2002 21:05:56 +0000 (21:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 9 Dec 2002 21:05:56 +0000 (21:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);