From 554895848bdb0c4aea6aaf952f2aa8a6dd647249 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 1 Apr 2011 16:20:17 +0000 Subject: [PATCH] build fix for GTK1 after r67299 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk1/window.h | 2 ++ 1 file changed, 2 insertions(+) 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;