mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Fix C++11ism
This commit is contained in:
parent
6ca4980e71
commit
7d4cd5c76a
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ ArdourMixerStrip::name () const
|
|||
bool
|
||||
ArdourMixerStrip::is_midi () const
|
||||
{
|
||||
return _stripable->presentation_info ().flags () & PresentationInfo::Flag::MidiTrack;
|
||||
return _stripable->presentation_info ().flags () & PresentationInfo::MidiTrack;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue