* Fix an error where we would execute the wrong application code (wxApp instead of EditWorldApp)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3199 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
71b2a9260e
commit
4239adc560
|
@ -55,4 +55,4 @@ class EditWorldApp : public wxApp
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_APP(wxApp);
|
IMPLEMENT_APP(EditWorldApp);
|
||||||
|
|
Loading…
Reference in New Issue