]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
removed unnecessarily overridden wxControl method
[wxWidgets.git] / src / html / helpctrl.cpp
index 99ed88855fd0f767a96debf6ba2c255c6e327947..dbbf32c4742c1fa23792f81f34ce71e200a4f86e 100644 (file)
@@ -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;
 }