]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/snglinst.cpp
Add default constructor to wxGraphicsGradientStop.
[wxWidgets.git] / src / unix / snglinst.cpp
index 43674249af60d0c3fdb10864a3dbdf7f5a9c6f2d..ce8e9e38f778562869293c38b2d300bd9e138827 100644 (file)
@@ -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") );