diff --git a/aegisub/auto4_base.h b/aegisub/auto4_base.h index 010c54460..e144d6fc2 100644 --- a/aegisub/auto4_base.h +++ b/aegisub/auto4_base.h @@ -221,8 +221,8 @@ namespace Automation4 { wxStaticText *task_display; wxTextCtrl *debug_output; - bool debug_visible; - bool data_updated; + volatile bool debug_visible; + volatile bool data_updated; float progress; wxString task;