summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/vnc/vncthread.h')
-rw-r--r--src/client/vnc/vncthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/vnc/vncthread.h b/src/client/vnc/vncthread.h
index bb1405c..a5b52b1 100644
--- a/src/client/vnc/vncthread.h
+++ b/src/client/vnc/vncthread.h
@@ -57,7 +57,7 @@ private:
int _srcStepX, _srcStepY, _dstStepX, _dstStepY;
- bool _connected;
+ volatile bool _connected;
volatile bool _run;
void calcScaling();