build fix for GTK1 after r67299

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2011-04-01 16:20:17 +00:00
parent df3c4a42d9
commit 554895848b

View File

@ -10,6 +10,8 @@
#ifndef __GTKWINDOWH__ #ifndef __GTKWINDOWH__
#define __GTKWINDOWH__ #define __GTKWINDOWH__
typedef struct _GtkTooltips GtkTooltips;
// helper structure that holds class that holds GtkIMContext object and // helper structure that holds class that holds GtkIMContext object and
// some additional data needed for key events processing // some additional data needed for key events processing
struct wxGtkIMData; struct wxGtkIMData;