Use wxDECLARE_APP rather than the deprecated DECLARE_APP
Originally committed to SVN as r6050.
This commit is contained in:
parent
f1ff18545a
commit
3e539835b7
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
DECLARE_APP(AegisubApp)
|
||||
wxDECLARE_APP(AegisubApp);
|
||||
|
||||
|
||||
#if wxUSE_STACKWALKER == 1
|
||||
|
|
Loading…
Reference in a new issue