X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7995487f3032d8415f87619efac7c391c72730..a570d5b302bf1280452f35fa23ffd1c71b960b23:/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; }