diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-07 15:52:06 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-07 15:52:06 (GMT) |
| commit | 659c3677aa159912518f8cd541adfae6dce6dcdc (patch) | |
| tree | c34cdbb692adaea85e25e67dca3ada9c2ff20033 /src/tasks/Task.h | |
| parent | 4aaf3b852ee5b7b98f83a3bcf991b6fdcc13f8ff (diff) | |
| download | powder-659c3677aa159912518f8cd541adfae6dce6dcdc.zip powder-659c3677aa159912518f8cd541adfae6dce6dcdc.tar.gz | |
delay deleting save buttons, to prevent possible crash later
Diffstat (limited to 'src/tasks/Task.h')
| -rw-r--r-- | src/tasks/Task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/Task.h b/src/tasks/Task.h index a025ac1..f66129f 100644 --- a/src/tasks/Task.h +++ b/src/tasks/Task.h @@ -24,7 +24,7 @@ public: std::string GetError(); std::string GetStatus(); void Poll(); - Task() : listener(NULL) { progress = 0; } + Task() : listener(NULL) { progress = 0; thProgress = 0; } virtual ~Task(); protected: int progress; |
