X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7995487f3032d8415f87619efac7c391c72730..2a0951be51020cbe98ae9bebc58fe89acf4da6c6:/src/html/helpctrl.cpp?ds=sidebyside diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 99ed88855f..dbbf32c474 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -97,7 +97,7 @@ bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg) delete busy; #endif if (m_helpFrame) - m_helpFrame->RefreshLists() ; + m_helpFrame->RefreshLists(); return retval; }