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
1 changed files with 1 additions and 1 deletions

View File

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