diff data/model/SparseValueModel.h @ 301:73537d900d4b

* Add MIDI file export (closes FR#1643721)
author Chris Cannam
date Thu, 04 Oct 2007 11:52:38 +0000
parents 2b6c99b607f1
children 70a232b1f12a
line wrap: on
line diff
--- a/data/model/SparseValueModel.h	Mon Oct 01 13:48:38 2007 +0000
+++ b/data/model/SparseValueModel.h	Thu Oct 04 11:52:38 2007 +0000
@@ -50,6 +50,7 @@
 
     using SparseModel<PointType>::m_points;
     using SparseModel<PointType>::modelChanged;
+    using SparseModel<PointType>::getPoints;
 
     virtual float getValueMinimum() const { return m_valueMinimum; }
     virtual float getValueMaximum() const { return m_valueMaximum; }