git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74663
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool MyApp::OnInit()
{
m_checker = new wxSingleInstanceChecker;
bool MyApp::OnInit()
{
m_checker = new wxSingleInstanceChecker;
- if ( m_checker-IsAnotherRunning() )
+ if ( m_checker->IsAnotherRunning() )
{
wxLogError(_("Another program instance is already running, aborting."));
{
wxLogError(_("Another program instance is already running, aborting."));