From 879e4f6e19d60b7b051a5f507829a0cb68da4c82 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 23 Mar 2011 17:37:14 +0000 Subject: [PATCH] move deprecated GtkTooltips forward declaration to one place that still needs it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 1 - include/wx/gtk/toolbar.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 68e9dad5f7..6c53b5d71c 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -3277,7 +3277,6 @@ typedef struct _GtkRcStyle GtkRcStyle; typedef struct _GtkAdjustment GtkAdjustment; typedef struct _GtkList GtkList; typedef struct _GtkToolbar GtkToolbar; -typedef struct _GtkTooltips GtkTooltips; typedef struct _GtkNotebook GtkNotebook; typedef struct _GtkNotebookPage GtkNotebookPage; typedef struct _GtkAccelGroup GtkAccelGroup; diff --git a/include/wx/gtk/toolbar.h b/include/wx/gtk/toolbar.h index 6b15764910..ca8699031a 100644 --- a/include/wx/gtk/toolbar.h +++ b/include/wx/gtk/toolbar.h @@ -12,6 +12,8 @@ #if wxUSE_TOOLBAR +typedef struct _GtkTooltips GtkTooltips; + // ---------------------------------------------------------------------------- // wxToolBar // ---------------------------------------------------------------------------- -- 2.50.0