diff options
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ class cVFDWatch : public cVFD , protected cThread { private: - cMutex mutex; + cMutex m_Mutex; volatile bool m_bShutdown; |