diff data/model/Model.h @ 290:92e8dbde73cd

* Revert revision 713. We do like QStrings after all.
author Chris Cannam
date Fri, 24 Aug 2007 11:41:48 +0000
parents 20028c634494
children c022976d18e8
line wrap: on
line diff
--- a/data/model/Model.h	Thu Aug 16 16:47:07 2007 +0000
+++ b/data/model/Model.h	Fri Aug 24 11:41:48 2007 +0000
@@ -21,6 +21,8 @@
 
 #include "base/XmlExportable.h"
 
+typedef std::vector<float> SampleBlock;
+
 class ZoomConstraint;
 
 /**