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