diff --git a/src/main.cpp b/src/main.cpp index 54364bee6..c5b27dee0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,7 +78,7 @@ namespace config { agi::Path *path = nullptr; } -IMPLEMENT_APP(AegisubApp) +wxIMPLEMENT_APP(AegisubApp); static const char *LastStartupState = nullptr; diff --git a/src/main.h b/src/main.h index d8ba735cc..54583270a 100644 --- a/src/main.h +++ b/src/main.h @@ -27,11 +27,6 @@ // // Aegisub Project http://www.aegisub.org/ -/// @file main.h -/// @see main.cpp -/// @ingroup main -/// - #include #include "aegisublocale.h"