mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Add a missing 'typename' specifier to the declaration for 'Evoral::Sequence::set_notes()'
This commit is contained in:
parent
3dac4b760b
commit
4b401d9e34
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ public:
|
|||
OverlapPitchResolution overlap_pitch_resolution() const { return _overlap_pitch_resolution; }
|
||||
void set_overlap_pitch_resolution(OverlapPitchResolution opr);
|
||||
|
||||
void set_notes (const Sequence<Time>::Notes& n);
|
||||
void set_notes (const typename Sequence<Time>::Notes& n);
|
||||
|
||||
typedef boost::shared_ptr< Event<Time> > SysExPtr;
|
||||
typedef boost::shared_ptr<const Event<Time> > constSysExPtr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue