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:
parent
6cc37d3f0b
commit
b017d60e39
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
|
||||
/// DOCME
|
||||
namespace Automation4 { class ScriptManager; class Script; };
|
||||
namespace Automation4 { class ScriptManager; class Script; class AutoloadScriptManager; };
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
Loading…
Reference in a new issue