diff data/model/RegionModel.h @ 459:6441b31b37ac

* somewhat clearer layout in region layer
author Chris Cannam
date Thu, 16 Oct 2008 13:38:33 +0000
parents 325112751f0e
children d7f3dfe6f9a4
line wrap: on
line diff
--- a/data/model/RegionModel.h	Wed Oct 15 12:08:02 2008 +0000
+++ b/data/model/RegionModel.h	Thu Oct 16 13:38:33 2008 +0000
@@ -101,8 +101,8 @@
     }
 
     RegionModel(size_t sampleRate, size_t resolution,
-	      float valueMinimum, float valueMaximum,
-	      bool notifyOnAdd = true) :
+                float valueMinimum, float valueMaximum,
+                bool notifyOnAdd = true) :
 	IntervalModel<RegionRec>(sampleRate, resolution,
                             valueMinimum, valueMaximum,
                             notifyOnAdd),