Mercurial > hg > svcore
diff data/model/IntervalModel.h @ 1429:48e9f538e6e9
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 0559f25b99f2 |
children | c01cbe41aeb5 |
line wrap: on
line diff
--- a/data/model/IntervalModel.h Thu Mar 01 14:43:40 2018 +0000 +++ b/data/model/IntervalModel.h Thu Mar 01 18:02:22 2018 +0000 @@ -31,13 +31,13 @@ public: IntervalModel(sv_samplerate_t sampleRate, int resolution, bool notifyOnAdd = true) : - SparseValueModel<PointType>(sampleRate, resolution, notifyOnAdd) + SparseValueModel<PointType>(sampleRate, resolution, notifyOnAdd) { } IntervalModel(sv_samplerate_t sampleRate, int resolution, float valueMinimum, float valueMaximum, bool notifyOnAdd = true) : - SparseValueModel<PointType>(sampleRate, resolution, + SparseValueModel<PointType>(sampleRate, resolution, valueMinimum, valueMaximum, notifyOnAdd) { }