X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d775fa82354a1f8d5db87ad1d71ab00ef7d9123c..f1a736636c32fa9cda80447c9f17287484ea8094:/include/wx/snglinst.h diff --git a/include/wx/snglinst.h b/include/wx/snglinst.h index 5c6f33fe1c..a8f508aefb 100644 --- a/include/wx/snglinst.h +++ b/include/wx/snglinst.h @@ -13,10 +13,6 @@ #ifndef _WX_SNGLINST_H_ #define _WX_SNGLINST_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "snglinst.h" -#endif - #if wxUSE_SNGLINST_CHECKER // ---------------------------------------------------------------------------- @@ -59,9 +55,9 @@ 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) + wxDECLARE_NO_COPY_CLASS(wxSingleInstanceChecker); }; #endif // wxUSE_SNGLINST_CHECKER