X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..449110cd746414d5f77db428babe20b84720c73a:/include/wx/snglinst.h diff --git a/include/wx/snglinst.h b/include/wx/snglinst.h index b940f3dd12..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,9 @@ 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) }; #endif // wxUSE_SNGLINST_CHECKER