motif compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-12-22 15:01:41 +00:00
parent b25ba5b701
commit ef4e8ebdd4
2 changed files with 1 additions and 2 deletions

View File

@ -87,7 +87,6 @@ wxBrush wxNullBrush;
wxPalette wxNullPalette;
wxFont wxNullFont;
wxColour wxNullColour;
wxNativeFontInfo wxNullNativeFontInfo;
// Default window names
const char *wxButtonNameStr = "button";

View File

@ -186,7 +186,7 @@ wxFontRefData::~wxFontRefData()
// wxFont
// ----------------------------------------------------------------------------
wxFont(const wxNativeFontInfo& info)
wxFont::wxFont(const wxNativeFontInfo& info)
{
Init();