X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f46c20bc4cc5be9b358a6e6caad39c1f8498cae..ade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59:/include/wx/cocoa/slider.h?ds=sidebyside diff --git a/include/wx/cocoa/slider.h b/include/wx/cocoa/slider.h index 1d2a164666..0b5e20df70 100644 --- a/include/wx/cocoa/slider.h +++ b/include/wx/cocoa/slider.h @@ -19,7 +19,7 @@ // ======================================================================== // wxSlider // ======================================================================== -class WXDLLEXPORT wxSlider: public wxSliderBase, protected wxCocoaNSSlider +class WXDLLIMPEXP_CORE wxSlider: public wxSliderBase, protected wxCocoaNSSlider { DECLARE_DYNAMIC_CLASS(wxSlider) DECLARE_EVENT_TABLE() @@ -92,7 +92,7 @@ public: // these methods get/set the length of the slider pointer in pixels virtual void SetThumbLength(int lenPixels); virtual int GetThumbLength() const; - + // copied from (wxSliderCocoa.h) virtual void SetTickFreq(int n, int pos); virtual int GetTickFreq() const;