// the mutex handle, may be NULL
HANDLE m_hMutex;
+
+ DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl)
};
// ============================================================================
// ============================================================================
bool wxSingleInstanceChecker::Create(const wxString& name,
- const wxString& path)
+ const wxString& WXUNUSED(path))
{
wxASSERT_MSG( !m_impl,
_T("calling wxSingleInstanceChecker::Create() twice?") );