X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..4e57034053aa0c73313f806c7b544e43c794394d:/include/wx/snglinst.h diff --git a/include/wx/snglinst.h b/include/wx/snglinst.h index da34c90e5a..a060048360 100644 --- a/include/wx/snglinst.h +++ b/include/wx/snglinst.h @@ -55,7 +55,7 @@ private: void Init() { m_impl = NULL; } // the implementation details (platform specific) - class WXDLLIMPEXP_BASE wxSingleInstanceCheckerImpl *m_impl; + class WXDLLIMPEXP_FWD_BASE wxSingleInstanceCheckerImpl *m_impl; DECLARE_NO_COPY_CLASS(wxSingleInstanceChecker) };