Fix previous.

git-svn-id: svn://localhost/ardour2/branches/3.0@9007 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-01 18:09:40 +00:00
parent cda09a0878
commit b125ed2ef2

View File

@ -78,6 +78,7 @@ CapturingProcessor::state (bool full)
XMLNode& node = Processor::state (full);
node.add_property (X_("type"), X_("capture"));
return node;
}
} // namespace ARDOUR