Use signed int for atomic operations part II -- #8314

This commit is contained in:
Robin Gareus
2020-07-16 18:07:14 +02:00
parent 803dab7d87
commit 9fcb51de2e

View File

@@ -1762,7 +1762,7 @@ private:
OnlyLoop,
};
volatile guint _punch_or_loop; // enum PunchLoopLock
volatile gint _punch_or_loop; // enum PunchLoopLock
gint current_usecs_per_track;
bool punch_active () const;