]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / html / helpfrm.h
index 8ab577fee1d9c70240ae4faad7ee908f32eb2a9f..398ca7645a5694887461c592f9c17ae3fb88f6fb 100644 (file)
 #ifndef _WX_HELPFRM_H_
 #define _WX_HELPFRM_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "helpfrm.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_WXHTML_HELP
@@ -243,7 +239,7 @@ protected:
 private:
     void DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it);
     wxHtmlHelpMergedIndex *m_mergedIndex;
-    
+
     DECLARE_EVENT_TABLE()
     DECLARE_NO_COPY_CLASS(wxHtmlHelpFrame)
 };