Fix previous.
authorCarl Hetherington <carl@carlh.net>
Tue, 1 Mar 2011 18:09:40 +0000 (18:09 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 1 Mar 2011 18:09:40 +0000 (18:09 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9007 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/capturing_processor.cc

index 0937f1f377e380965131fe8f434919917eeafac3..258363be734800db8c26bee0f9df99e7504812a1 100644 (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