X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..92f1a59c288e0e181d2998a93220a73b89f675df:/include/wx/snglinst.h diff --git a/include/wx/snglinst.h b/include/wx/snglinst.h index 114b73b3d1..4c2a2b32f7 100644 --- a/include/wx/snglinst.h +++ b/include/wx/snglinst.h @@ -23,7 +23,7 @@ // wxSingleInstanceChecker // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxSingleInstanceChecker +class WXDLLIMPEXP_BASE wxSingleInstanceChecker { public: // default ctor, use Create() after it @@ -59,7 +59,7 @@ private: void Init() { m_impl = NULL; } // the implementation details (platform specific) - class WXDLLEXPORT wxSingleInstanceCheckerImpl *m_impl; + class WXDLLIMPEXP_BASE wxSingleInstanceCheckerImpl *m_impl; DECLARE_NO_COPY_CLASS(wxSingleInstanceChecker) };