From f3e881748778622cb2f1fedcabb01e2bbc860b59 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Fri, 17 Aug 2007 14:10:49 +0000 Subject: [PATCH] Added some 'volatile' that should probably have been there all along Originally committed to SVN as r1503. --- aegisub/auto4_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;