]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/scrolbar.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / palmos / scrolbar.h
index edcc06dca046a29e7f5f6e00a77bdfa2c390edc6..d706e06052839bf70dac2af9b85498bdceed339a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/palmos/scrollbar.h
+// Name:        wx/palmos/scrolbar.h
 // Purpose:     wxScrollBar class
 // Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
@@ -13,7 +13,7 @@
 #define _WX_SCROLBAR_H_
 
 // Scrollbar item
-class WXDLLEXPORT wxScrollBar: public wxScrollBarBase
+class WXDLLIMPEXP_CORE wxScrollBar: public wxScrollBarBase
 {
 public:
     wxScrollBar() { m_pageSize = 0; m_viewSize = 0; m_objectSize = 0; }