wXMotif compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-11-05 19:36:35 +00:00
parent 864753e906
commit 79e4b6277e
5 changed files with 22 additions and 6 deletions

View File

@@ -21,13 +21,14 @@
#pragma implementation "font.h"
#endif
#include <Xm/Xm.h>
#include "wx/defs.h"
#include "wx/string.h"
#include "wx/font.h"
#include "wx/gdicmn.h"
#include "wx/utils.h"
#include <Xm/Xm.h>
#include "wx/utils.h" // for wxGetDisplay()
#include "wx/fontutil.h"
#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
@@ -39,7 +40,7 @@
// For every wxFont, there must be a font for each display and scale requested.
// So these objects are stored in wxFontRefData::m_fonts
class wxXFont: public wxObject
class wxXFont : public wxObject
{
public:
wxXFont();