mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Use signed int for atomic operations part II -- #8314
This commit is contained in:
parent
803dab7d87
commit
9fcb51de2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue