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:
parent
b25ba5b701
commit
ef4e8ebdd4
@ -87,7 +87,6 @@ wxBrush wxNullBrush;
|
||||
wxPalette wxNullPalette;
|
||||
wxFont wxNullFont;
|
||||
wxColour wxNullColour;
|
||||
wxNativeFontInfo wxNullNativeFontInfo;
|
||||
|
||||
// Default window names
|
||||
const char *wxButtonNameStr = "button";
|
||||
|
@ -186,7 +186,7 @@ wxFontRefData::~wxFontRefData()
|
||||
// wxFont
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxFont(const wxNativeFontInfo& info)
|
||||
wxFont::wxFont(const wxNativeFontInfo& info)
|
||||
{
|
||||
Init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user