From ef3e4a2c810ab1f156a3b007165b46e4332c67f3 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 23 Jun 2003 15:49:11 +0000 Subject: [PATCH] Added #if wxUSE_SLIDER guard git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/slider.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cocoa/slider.mm b/src/cocoa/slider.mm index f239be1003..ab53b6c04b 100644 --- a/src/cocoa/slider.mm +++ b/src/cocoa/slider.mm @@ -9,6 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#if wxUSE_SLIDER + #include "wx/app.h" #include "wx/slider.h" @@ -39,3 +41,4 @@ wxSlider::~wxSlider() SetNSView(NULL); } +#endif // wxUSE_SLIDER -- 2.45.2