X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d85aece19960f1c09051d2bd5f54281272fde8ff..c0430d964dca888a28eff26436e6360a7b79b65f:/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