Compile fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,7 +51,7 @@ static void wxGtkTextInsert(GtkWidget *text,
|
||||
const char *txt,
|
||||
size_t len)
|
||||
{
|
||||
#ifndef __WXGTK__
|
||||
#ifndef __WXGTK20__
|
||||
GdkFont *font = attr.HasFont() ? attr.GetFont().GetInternalFont()
|
||||
: NULL;
|
||||
|
||||
|
@@ -51,7 +51,7 @@ static void wxGtkTextInsert(GtkWidget *text,
|
||||
const char *txt,
|
||||
size_t len)
|
||||
{
|
||||
#ifndef __WXGTK__
|
||||
#ifndef __WXGTK20__
|
||||
GdkFont *font = attr.HasFont() ? attr.GetFont().GetInternalFont()
|
||||
: NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user