master merge; new files not added after initial cairocanvas patch application
[ardour.git] / libs / evoral / evoral / Sequence.hpp
index 26bef20232a04a1ce5af757d8c9c312c887a0861..e2e92385aaf1f18446d435fe548aec22c30ef19a 100644 (file)
@@ -142,7 +142,7 @@ public:
                typedef const Note<Time>* value_type;
                inline bool operator()(const boost::shared_ptr< const Note<Time> > a,
                                       const boost::shared_ptr< const Note<Time> > b) const {
-                       return musical_time_less_than (a->end_time(), b->end_time());
+                       return musical_time_greater_than (a->end_time(), b->end_time());
                }
        };