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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

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