Use non-deprecated wxIMPLEMENT_APP

This commit is contained in:
Thomas Goyne 2014-06-06 08:11:22 -07:00
parent 392c9ea35a
commit 07cf50f7d3
2 changed files with 1 additions and 6 deletions

View File

@ -78,7 +78,7 @@ namespace config {
agi::Path *path = nullptr;
}
IMPLEMENT_APP(AegisubApp)
wxIMPLEMENT_APP(AegisubApp);
static const char *LastStartupState = nullptr;

View File

@ -27,11 +27,6 @@
//
// Aegisub Project http://www.aegisub.org/
/// @file main.h
/// @see main.cpp
/// @ingroup main
///
#include <wx/app.h>
#include "aegisublocale.h"