]> git.saurik.com Git - wxWidgets.git/commitdiff
Compiles
authorJulian Smart <julian@anthemion.co.uk>
Tue, 9 Jul 2002 10:34:46 +0000 (10:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 9 Jul 2002 10:34:46 +0000 (10:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/helpview/src/helpview.cpp
utils/helpview/src/helpview.h

index 0b4aaff796e45fcef058ef33c2c774c66bab5330..a3ab521e75c35850103ee0a404b39059bbf69ce5 100644 (file)
@@ -34,6 +34,8 @@
 #include "wx/artprov.h"
 #include "wx/filedlg.h"
 
+#include "helpview.h"
+
 class AlternateArtProvider : public wxArtProvider
 {
 protected:
index 72651faf1d805f6b30ee6a5e01560f82291fd67c..58040393a349cf08a92ffd287fc63fa9f796cb86 100644 (file)
@@ -12,7 +12,9 @@
 #ifndef _WX_HELPVIEW_H_
 #define _WX_HELPVIEW_H_
 
+#ifdef __GNUG__
 #pragma interface "help.cpp"
+#endif
 
 // Define a new application type, each program should derive a class from wxApp
 class hvApp : public wxApp