diff data/model/PathModel.h @ 1735:d91ff235e69d by-id

Some messing with Model and AlignmentModel
author Chris Cannam
date Tue, 25 Jun 2019 15:29:34 +0100
parents 78fe29adfd16
children
line wrap: on
line diff
--- a/data/model/PathModel.h	Mon Jun 24 14:28:17 2019 +0100
+++ b/data/model/PathModel.h	Tue Jun 25 15:29:34 2019 +0100
@@ -57,6 +57,12 @@
     }
 };
 
+//!!! pretty sure there is no good reason for this to be a model any
+//!!! more - it used to use implementation inheritance from
+//!!! SparseModel but that's no longer a thing. Should just be a
+//!!! simple container now, to be passed around by value/reference
+//!!! rather than on heap
+
 class PathModel : public Model
 {
 public: