git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-07-09 10:34:46 +00:00
parent b5a912a33d
commit 877c86a2f2
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
#include "wx/artprov.h" #include "wx/artprov.h"
#include "wx/filedlg.h" #include "wx/filedlg.h"
#include "helpview.h"
class AlternateArtProvider : public wxArtProvider class AlternateArtProvider : public wxArtProvider
{ {
protected: protected:

View File

@@ -12,7 +12,9 @@
#ifndef _WX_HELPVIEW_H_ #ifndef _WX_HELPVIEW_H_
#define _WX_HELPVIEW_H_ #define _WX_HELPVIEW_H_
#ifdef __GNUG__
#pragma interface "help.cpp" #pragma interface "help.cpp"
#endif
// Define a new application type, each program should derive a class from wxApp // Define a new application type, each program should derive a class from wxApp
class hvApp : public wxApp class hvApp : public wxApp