]> git.saurik.com Git - wxWidgets.git/blame - src/common/helpbase.cpp
add missing static
[wxWidgets.git] / src / common / helpbase.cpp
CommitLineData
c801d85f 1/////////////////////////////////////////////////////////////////////////////
8898456d 2// Name: src/common/helpbase.cpp
c801d85f
KB
3// Purpose: Help system base classes
4// Author: Julian Smart
5// Modified by:
6// Created: 04/01/98
7// RCS-ID: $Id$
55d99c7a 8// Copyright: (c) Julian Smart
5d3e7b52 9// Licence: wxWindows licence
c801d85f
KB
10/////////////////////////////////////////////////////////////////////////////
11
c801d85f
KB
12// For compilers that support precompilation, includes "wx.h".
13#include "wx/wxprec.h"
14
15#ifdef __BORLANDC__
8898456d 16 #pragma hdrstop
c801d85f
KB
17#endif
18
8898456d
WS
19#if wxUSE_HELP
20
c801d85f 21#ifndef WX_PRECOMP
c801d85f
KB
22#endif
23
3379ed37
VZ
24#include "wx/helpbase.h"
25
c801d85f 26IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
c801d85f 27
47d67540 28#endif // wxUSE_HELP