]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/scrolbar_osx.cpp
guarding scrollbar
[wxWidgets.git] / src / osx / scrolbar_osx.cpp
index 22c25b2f1912485afaace7e4098f4e7e6325c8b1..3a992ca618f18e9b4337060d43f32ba2a621498f 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "wx/osx/private.h"
 
+#if wxUSE_SCROLLBAR
+
 IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)
 
 BEGIN_EVENT_TABLE(wxScrollBar, wxControl)
@@ -174,4 +176,6 @@ void wxScrollBar::TriggerScrollEvent( wxEventType scrollEvent )
         window->MacOnScroll( event );
     else
         HandleWindowEvent( event );
-}
\ No newline at end of file
+}
+
+#endif
\ No newline at end of file