X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04354c1deb9e900f89d299a88317569d55e196bf..cfcc39321282c5877cbb45248bb8004ced24516b:/src/msw/snglinst.cpp diff --git a/src/msw/snglinst.cpp b/src/msw/snglinst.cpp index ab93c3d66b..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) }; // ============================================================================