Mercurial > hg > svgui
diff layer/LayerFactory.cpp @ 1045:f535f6e5dbb0 alignment-simple
Merge in from SV 3.0-integration branches
author | Chris Cannam |
---|---|
date | Wed, 02 Mar 2016 17:25:27 +0000 |
parents | b247d3ffcbb9 |
children | a34a2a25907c |
line wrap: on
line diff
--- a/layer/LayerFactory.cpp Mon Jun 15 09:15:55 2015 +0100 +++ b/layer/LayerFactory.cpp Wed Mar 02 17:25:27 2016 +0000 @@ -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;