Use wxDECLARE_APP rather than the deprecated DECLARE_APP

Originally committed to SVN as r6050.
This commit is contained in:
Thomas Goyne 2011-12-22 21:17:21 +00:00
parent f1ff18545a
commit 3e539835b7

View file

@ -136,7 +136,7 @@ public:
#endif #endif
}; };
DECLARE_APP(AegisubApp) wxDECLARE_APP(AegisubApp);
#if wxUSE_STACKWALKER == 1 #if wxUSE_STACKWALKER == 1