From 877c86a2f2d6012e9230d8e6de67e73066256a3e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 9 Jul 2002 10:34:46 +0000 Subject: [PATCH] Compiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/helpview/src/helpview.cpp | 2 ++ utils/helpview/src/helpview.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/utils/helpview/src/helpview.cpp b/utils/helpview/src/helpview.cpp index 0b4aaff796..a3ab521e75 100644 --- a/utils/helpview/src/helpview.cpp +++ b/utils/helpview/src/helpview.cpp @@ -34,6 +34,8 @@ #include "wx/artprov.h" #include "wx/filedlg.h" +#include "helpview.h" + class AlternateArtProvider : public wxArtProvider { protected: diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index 72651faf1d..58040393a3 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -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 -- 2.45.2