X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68a602fcd2b0856bad6f79b957fa48beb6e10635..f8405d6e6fc2a361d9710dfdaea0b158952803aa:/src/msw/snglinst.cpp?ds=sidebyside diff --git a/src/msw/snglinst.cpp b/src/msw/snglinst.cpp index 0f9ba06276..b3f621b44d 100644 --- a/src/msw/snglinst.cpp +++ b/src/msw/snglinst.cpp @@ -7,7 +7,7 @@ // Created: 08.06.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -18,7 +18,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "snglinst.h" #endif @@ -95,6 +95,8 @@ private: // the mutex handle, may be NULL HANDLE m_hMutex; + + DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl) }; // ============================================================================ @@ -102,7 +104,7 @@ private: // ============================================================================ bool wxSingleInstanceChecker::Create(const wxString& name, - const wxString& path) + const wxString& WXUNUSED(path)) { wxASSERT_MSG( !m_impl, _T("calling wxSingleInstanceChecker::Create() twice?") );