mirror of https://github.com/odrling/Aegisub
Use non-deprecated wxIMPLEMENT_APP
This commit is contained in:
parent
392c9ea35a
commit
07cf50f7d3
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue