From b017d60e39b9ceb3a047d39222d25bc6620e6dce Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Thu, 10 Sep 2009 23:28:15 +0000 Subject: [PATCH] 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. --- aegisub/src/dialog_automation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/dialog_automation.h b/aegisub/src/dialog_automation.h index d6dc00de1..c2b212dbe 100644 --- a/aegisub/src/dialog_automation.h +++ b/aegisub/src/dialog_automation.h @@ -48,7 +48,7 @@ /// DOCME -namespace Automation4 { class ScriptManager; class Script; }; +namespace Automation4 { class ScriptManager; class Script; class AutoloadScriptManager; }; /// DOCME