X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2c357747dd5a64b3302befcb7463586f624223b..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/textentry.h?ds=sidebyside diff --git a/include/wx/gtk/textentry.h b/include/wx/gtk/textentry.h index 5ba028d3cd..5df686cf24 100644 --- a/include/wx/gtk/textentry.h +++ b/include/wx/gtk/textentry.h @@ -3,7 +3,6 @@ // Purpose: wxGTK-specific wxTextEntry implementation // Author: Vadim Zeitlin // Created: 2007-09-24 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -11,6 +10,7 @@ #ifndef _WX_GTK_TEXTENTRY_H_ #define _WX_GTK_TEXTENTRY_H_ +typedef struct _GdkEventKey GdkEventKey; typedef struct _GtkEditable GtkEditable; typedef struct _GtkEntry GtkEntry;