diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 2d3b634c64..cb492cae04 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -10,6 +10,8 @@ #ifndef __GTKWINDOWH__ #define __GTKWINDOWH__ +typedef struct _GtkTooltips GtkTooltips; + // helper structure that holds class that holds GtkIMContext object and // some additional data needed for key events processing struct wxGtkIMData;