]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/snglinst.cpp
adapting to init pattern
[wxWidgets.git] / src / unix / snglinst.cpp
index 43674249af60d0c3fdb10864a3dbdf7f5a9c6f2d..ef2f83ac9532fe816cfb0cdb9c1fc56a5d0cc35f 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     09.06.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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") );