From 07cf50f7d371ed2d292a5e4669aa9da6f3887b40 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 6 Jun 2014 08:11:22 -0700 Subject: [PATCH] Use non-deprecated wxIMPLEMENT_APP --- src/main.cpp | 2 +- src/main.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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"