summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.h b/watch.h
index d3fee8f..4d5eb3d 100644
--- a/watch.h
+++ b/watch.h
@@ -48,7 +48,7 @@ class cVFDWatch
: public cVFD
, protected cThread {
private:
- cMutex mutex;
+ cMutex m_Mutex;
volatile bool m_bShutdown;