From: Vadim Zeitlin Date: Thu, 23 Jul 1998 16:10:48 +0000 (+0000) Subject: now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/543e7dd22acef1c7717c6a418b922c1b5371eebd now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index 4b5dd61fe4..3f78e0e50c 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -11,8 +11,8 @@ # define classwxToolBar classwxToolBarMSW #elif defined(__WXGTK__) # include "wx/gtk/tbargtk.h" -# define wxToolBar wxToolBarGTK -# define classwxToolBar classwxToolBarGTK +# define wxToolBarGTK wxToolBar +# define classwxToolBarGTK classwxToolBar #endif #endif