* 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-861f7616d084
master
Giel van Schijndel 2007-12-27 16:07:31 +00:00
parent 71b2a9260e
commit 4239adc560
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,4 @@ class EditWorldApp : public wxApp
}
};
IMPLEMENT_APP(wxApp);
IMPLEMENT_APP(EditWorldApp);