From 3e539835b7d5d5fccdea80968582ca672e9989f7 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:17:21 +0000 Subject: [PATCH] Use wxDECLARE_APP rather than the deprecated DECLARE_APP Originally committed to SVN as r6050. --- aegisub/src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/main.h b/aegisub/src/main.h index f50c4adea..74c7cafe0 100644 --- a/aegisub/src/main.h +++ b/aegisub/src/main.h @@ -136,7 +136,7 @@ public: #endif }; -DECLARE_APP(AegisubApp) +wxDECLARE_APP(AegisubApp); #if wxUSE_STACKWALKER == 1