Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-08-08 18:26:02 +00:00
parent 9245daad03
commit f341e39bdf
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;