]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
Applied #10639 (Not all previewed fonts are displayed with the correct nameface)
[wxWidgets.git] / src / msw / snglinst.cpp
index 8f69ec56981c4d641936f329133bf38e07410cb3..1e5d08ef79e5210ca08b707b10c79abce8709470 100644 (file)
@@ -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") );