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; agi::Path *path = nullptr;
} }
IMPLEMENT_APP(AegisubApp) wxIMPLEMENT_APP(AegisubApp);
static const char *LastStartupState = nullptr; static const char *LastStartupState = nullptr;

View file

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