Added some 'volatile' that should probably have been there all along

Originally committed to SVN as r1503.
This commit is contained in:
Niels Martin Hansen 2007-08-17 14:10:49 +00:00
parent 35ea03c2ab
commit f3e8817487
1 changed files with 2 additions and 2 deletions

View File

@ -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;