]> git.saurik.com Git - wxWidgets.git/commitdiff
move deprecated GtkTooltips forward declaration to one place that still needs it
authorPaul Cornett <paulcor@bullseye.com>
Wed, 23 Mar 2011 17:37:14 +0000 (17:37 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 23 Mar 2011 17:37:14 +0000 (17:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h
include/wx/gtk/toolbar.h

index 68e9dad5f7888d3d2f82f329176b5fa21242bf0c..6c53b5d71c1f0ee2c725bd9d3eb5b65f514291b0 100644 (file)
@@ -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;
index 6b15764910e45f088035f642cd073c1e4f069701..ca8699031a3d6ddf7c166955c454343a46766736 100644 (file)
@@ -12,6 +12,8 @@
 
 #if wxUSE_TOOLBAR
 
+typedef struct _GtkTooltips GtkTooltips;
+
 // ----------------------------------------------------------------------------
 // wxToolBar
 // ----------------------------------------------------------------------------