]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/toolbar.h
Get rid of wxAuiToolBar::m_style and just use base class m_windowStyle.
[wxWidgets.git] / include / wx / cocoa / toolbar.h
index e045df65237607a94b8816c6b50d9a485a40b394..29b4b632bf021553182c4b028b5a436394803994 100644 (file)
@@ -25,7 +25,7 @@ typedef struct _NSPoint NSPoint;
 
 class wxToolBarTool;
 
-class wxToolBar : public wxToolBarBase
+class WXDLLIMPEXP_CORE wxToolBar : public wxToolBarBase
 {
     DECLARE_DYNAMIC_CLASS(wxToolBar)
 // ------------------------------------------------------------------------