]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/infobar.h
Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible().
[wxWidgets.git] / include / wx / infobar.h
index 5480b798e62a7234e5580c8f25f3e8c7f3d626a2..4ae10cb5685cec4b51db0b540eb7839837217cb4 100644 (file)
@@ -21,7 +21,7 @@
 // wxInfoBar shows non-critical but important information to the user
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_ADV wxInfoBarBase : public wxControl
+class WXDLLIMPEXP_CORE wxInfoBarBase : public wxControl
 {
 public:
     // real ctors are provided by the derived classes, just notice that unlike