Add a missing 'typename' specifier to the declaration for 'Evoral::Sequence::set_notes()'
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 7 Mar 2015 12:29:15 +0000 (12:29 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 7 Mar 2015 12:29:15 +0000 (12:29 +0000)
libs/evoral/evoral/Sequence.hpp

index a5e95de1beec3d77c1411ec83ec984e7c32a8d91..dd5dd17e19d5a06be66ebe339fdb6471567f2485 100644 (file)
@@ -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;