X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7995487f3032d8415f87619efac7c391c72730..d86ab8e29f25edc23e99725f7474c95120e8f862:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 99ed88855f..9933bbbf55 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation +#pragma implementation "helpctrl.h" #endif // For compilers that support precompilation, includes "wx.h". @@ -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; }