Add a forward declaration which is apparently needed with certain gcc

versions

Originally committed to SVN as r3583.
This commit is contained in:
Grigori Goronzy 2009-09-27 01:20:12 +00:00
parent 6490c82e79
commit 6ce51f9435
1 changed files with 1 additions and 1 deletions

View File

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