]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/scrolbar.h
wxColour -> NSColor conversion.
[wxWidgets.git] / include / wx / cocoa / scrolbar.h
index ca72cb0c205b918201e67785f73e8d3343054fa5..7d449fe2aa2338a6f915b9e8f82dd51d8a60331f 100644 (file)
@@ -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__