]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
Fix Coverity #980688
[kdenlive] / src / jogshuttle.h
index 2c28d88fc1238e1d6e9b78d1610a9a7002410153..9a6ecc0287c5dbb01483b724f49c492e6dc411c7 100644 (file)
@@ -37,10 +37,10 @@ public:
     void init(QObject *parent, QString device);
     QObject *m_parent;
     int shuttlevalue;
-    bool shuttlechange;
+    int shuttlecounter;
     unsigned short jogvalue;
     bool isWorking();
-    bool stop_me;
+    volatile bool stop_me;
     QString m_device;
 
 private: