X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d39019c67beba03e34edaf4d4aa5613a98adc10..51181d291194b7ae616cfb17c984fd8927e4a977:/include/wx/cocoa/scrolbar.h diff --git a/include/wx/cocoa/scrolbar.h b/include/wx/cocoa/scrolbar.h index ca72cb0c20..7d449fe2aa 100644 --- a/include/wx/cocoa/scrolbar.h +++ b/include/wx/cocoa/scrolbar.h @@ -6,7 +6,7 @@ // Created: 2004/04/25 // RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_COCOA_SCROLBAR_H__ @@ -17,7 +17,7 @@ // ======================================================================== // wxScrollBar // ======================================================================== -class WXDLLEXPORT wxScrollBar: public wxScrollBarBase, protected wxCocoaNSScroller +class WXDLLIMPEXP_CORE wxScrollBar: public wxScrollBarBase, protected wxCocoaNSScroller { DECLARE_DYNAMIC_CLASS(wxScrollBar) DECLARE_EVENT_TABLE() @@ -71,4 +71,5 @@ protected: int m_pageSize; }; -#endif // _WX_COCOA_SCROLBAR_H__ +#endif + // _WX_COCOA_SCROLBAR_H__