X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..2028c33ab5a39a12bd410ac953731a56ad6377ba:/src/unix/snglinst.cpp diff --git a/src/unix/snglinst.cpp b/src/unix/snglinst.cpp index 43674249af..ce8e9e38f7 100644 --- a/src/unix/snglinst.cpp +++ b/src/unix/snglinst.cpp @@ -371,7 +371,7 @@ bool wxSingleInstanceChecker::Create(const wxString& name, return m_impl->Create(fullname); } -bool wxSingleInstanceChecker::IsAnotherRunning() const +bool wxSingleInstanceChecker::DoIsAnotherRunning() const { wxCHECK_MSG( m_impl, false, wxT("must call Create() first") );