From: Julian Smart Date: Mon, 16 Dec 2002 10:50:49 +0000 (+0000) Subject: Applied part of patch [ 652965 ] Enables toolbar simple in wxUniv X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e5d94b6381c900575c6c78f726eae38e1673c4bc Applied part of patch [ 652965 ] Enables toolbar simple in wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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)