Mercurial > hg > svgui
diff layer/LayerFactory.cpp @ 1148:c0d841cb8ab9 tony-2.0-integration
Merge latest SV 3.0 branch code
author | Chris Cannam |
---|---|
date | Fri, 19 Aug 2016 15:58:57 +0100 |
parents | b247d3ffcbb9 |
children | a34a2a25907c |
line wrap: on
line diff
--- a/layer/LayerFactory.cpp Tue Oct 20 12:55:09 2015 +0100 +++ b/layer/LayerFactory.cpp Fri Aug 19 15:58:57 2016 +0100 @@ -289,6 +289,7 @@ if (name == "timeruler") return TimeRuler; if (name == "timeinstants") return TimeInstants; if (name == "timevalues") return TimeValues; + if (name == "notes") return Notes; if (name == "flexinotes") return FlexiNotes; if (name == "regions") return Regions; if (name == "text") return Text;