X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..5844ad30dd364fd9121b947dfb5164f4ad3a94da:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index e47eda9a3c..3f8c039bf5 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -137,7 +137,7 @@ public: // NB: This is a helper to get implicit conversion of variadic ctor's // fixed arguments into something that can be passed to VarArgInit(). // Do not use, it's used by the ctor only. - struct WXDLLIMPEXP_BASE CtorString + struct CtorString { CtorString(const char *str) : m_str(str) {} CtorString(const wchar_t *str) : m_str(str) {}