mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
fix compiler warning
This commit is contained in:
parent
8df1baa659
commit
fea89a7f9b
1 changed files with 3 additions and 0 deletions
|
|
@ -746,7 +746,10 @@ MackieControlProtocol::flip_press (Button &)
|
|||
}
|
||||
return ((_flip_mode != Normal) ? on : off);
|
||||
}
|
||||
|
||||
return none;
|
||||
}
|
||||
|
||||
LedState
|
||||
MackieControlProtocol::flip_release (Button &)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue