forked from mia/Aegisub
Added some 'volatile' that should probably have been there all along
Originally committed to SVN as r1503.
This commit is contained in:
parent
35ea03c2ab
commit
f3e8817487
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ namespace Automation4 {
|
||||||
wxStaticText *task_display;
|
wxStaticText *task_display;
|
||||||
wxTextCtrl *debug_output;
|
wxTextCtrl *debug_output;
|
||||||
|
|
||||||
bool debug_visible;
|
volatile bool debug_visible;
|
||||||
bool data_updated;
|
volatile bool data_updated;
|
||||||
|
|
||||||
float progress;
|
float progress;
|
||||||
wxString task;
|
wxString task;
|
||||||
|
|
Loading…
Reference in a new issue