X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d3e7b52d84580c28df8f754b81363502f917ac7..fe7cefd493837b49e8095b87aad1a01679eb7592:/src/common/helpbase.cpp?ds=sidebyside diff --git a/src/common/helpbase.cpp b/src/common/helpbase.cpp index cb19c844ca..91b0e674d6 100644 --- a/src/common/helpbase.cpp +++ b/src/common/helpbase.cpp @@ -1,31 +1,25 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpbase.cpp +// Name: src/common/helpbase.cpp // Purpose: Help system base classes // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "helpbase.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif +#if wxUSE_HELP + #ifndef WX_PRECOMP -#include "wx/defs.h" #endif -#if wxUSE_HELP - #include "wx/helpbase.h" IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)