#include "wx/osx/private.h"
+#if wxUSE_SCROLLBAR
+
IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)
BEGIN_EVENT_TABLE(wxScrollBar, wxControl)
ProcessCommand( event );
}
-bool wxScrollBar::HandleClicked( double timestampsec )
+bool wxScrollBar::OSXHandleClicked( double WXUNUSED(timestampsec) )
{
int new_pos = m_peer->GetValue();
window->MacOnScroll( event );
else
HandleWindowEvent( event );
-}
\ No newline at end of file
+}
+
+#endif
\ No newline at end of file