X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..a7d354c6d75a32033f62b8ecadd837519b35b3ef:/src/msw/snglinst.cpp?ds=sidebyside diff --git a/src/msw/snglinst.cpp b/src/msw/snglinst.cpp index 8f69ec5698..1e5d08ef79 100644 --- a/src/msw/snglinst.cpp +++ b/src/msw/snglinst.cpp @@ -113,7 +113,7 @@ bool wxSingleInstanceChecker::Create(const wxString& name, return m_impl->Create(name); } -bool wxSingleInstanceChecker::IsAnotherRunning() const +bool wxSingleInstanceChecker::DoIsAnotherRunning() const { wxCHECK_MSG( m_impl, false, wxT("must call Create() first") );