]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
fixed text ctrl tooltips (patch 562210)
[wxWidgets.git] / src / html / helpctrl.cpp
index 99ed88855fd0f767a96debf6ba2c255c6e327947..9933bbbf554db874c5ec154dd47103b9411ab695 100644 (file)
@@ -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;
 }