]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Added ability to call wxWindow::OnPaint under Windows (experimental).
[wxWidgets.git] / include / wx / tbarbase.h
index e75206df99d1a828dcf21fdf93df85c6386bfcd2..863264c29048004ff1ccbe5c5b9f5bd3ef7939e1 100644 (file)
@@ -206,7 +206,7 @@ protected:
 };
 
 // a list of toolbar tools
-WX_DECLARE_LIST(wxToolBarToolBase, wxToolBarToolsList);
+WX_DECLARE_EXPORTED_LIST(wxToolBarToolBase, wxToolBarToolsList);
 
 // ----------------------------------------------------------------------------
 // the base class for all toolbars