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

View File

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