X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7995487f3032d8415f87619efac7c391c72730..c8b751aa27764b6deb21e56f09c5403f230b0ce3:/src/html/helpctrl.cpp 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; }