X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d85aece19960f1c09051d2bd5f54281272fde8ff..19be42b7609c1689b846542ab0307f045686380c:/include/wx/infobar.h

diff --git a/include/wx/infobar.h b/include/wx/infobar.h
index 5480b798e6..4ae10cb568 100644
--- a/include/wx/infobar.h
+++ b/include/wx/infobar.h
@@ -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