Mercurial > hg > svcore
diff data/model/EditableDenseThreeDimensionalModel.h @ 1450:a12fd0456f0c streaming-csv-writer
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 17 Apr 2018 10:35:42 +0100 |
parents | 48e9f538e6e9 |
children | c01cbe41aeb5 |
line wrap: on
line diff
--- a/data/model/EditableDenseThreeDimensionalModel.h Tue Apr 17 10:03:51 2018 +0100 +++ b/data/model/EditableDenseThreeDimensionalModel.h Tue Apr 17 10:35:42 2018 +0100 @@ -43,10 +43,10 @@ }; EditableDenseThreeDimensionalModel(sv_samplerate_t sampleRate, - int resolution, - int height, + int resolution, + int height, CompressionType compression, - bool notifyOnAdd = true); + bool notifyOnAdd = true); virtual bool isOK() const;