From 99d082cae79ef4561f910b13ab6aedfdec0208fe Mon Sep 17 00:00:00 2001 From: Tim S Date: Sun, 14 Oct 2018 21:56:36 -0400 Subject: [PATCH] Add WXUNIVERSAL guard for wxMSW/Univ --- src/aui/tabartmsw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aui/tabartmsw.cpp b/src/aui/tabartmsw.cpp index 2ba5961a63..5768ba34e1 100644 --- a/src/aui/tabartmsw.cpp +++ b/src/aui/tabartmsw.cpp @@ -23,7 +23,7 @@ #include "wx/msw/private.h" #include "wx/renderer.h" -#if wxUSE_AUI +#if wxUSE_AUI && !defined(__WXUNIVERSAL__) wxAuiMSWTabArt::wxAuiMSWTabArt() {