X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68a602fcd2b0856bad6f79b957fa48beb6e10635..5e3841bf8069fbcc2b1da3ef36af4f569c604265:/src/msw/snglinst.cpp diff --git a/src/msw/snglinst.cpp b/src/msw/snglinst.cpp index 0f9ba06276..1593db9662 100644 --- a/src/msw/snglinst.cpp +++ b/src/msw/snglinst.cpp @@ -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?") );