1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Forward declaration for AutoloadScriptManager too

Seems to work without it for others, but I have no idea why. This
shouldn't harm in this case still.

Originally committed to SVN as r3520.
This commit is contained in:
Grigori Goronzy 2009-09-10 23:28:15 +00:00
parent 6cc37d3f0b
commit b017d60e39

View File

@ -48,7 +48,7 @@
/// DOCME
namespace Automation4 { class ScriptManager; class Script; };
namespace Automation4 { class ScriptManager; class Script; class AutoloadScriptManager; };
/// DOCME