From 821a27d77d9f0f4b98d944425ae4a41047e4758a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 16 Dec 2002 10:50:49 +0000 Subject: [PATCH] Applied part of patch [ 652965 ] Enables toolbar simple in wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/tbarsmpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/tbarsmpl.cpp b/src/generic/tbarsmpl.cpp index b7e16e0d4d..054fc30003 100644 --- a/src/generic/tbarsmpl.cpp +++ b/src/generic/tbarsmpl.cpp @@ -86,7 +86,7 @@ public: IMPLEMENT_DYNAMIC_CLASS(wxToolBarSimple, wxToolBarBase) -#if !wxUSE_TOOLBAR_NATIVE +#if !defined(wxUSE_TOOLBAR_NATIVE) && !defined(__WXUNIVERSAL__) #include "wx/toolbar.h" IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxToolBarSimple)