summaryrefslogtreecommitdiff
path: root/libs/ardour/capturing_processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/capturing_processor.cc')
-rw-r--r--libs/ardour/capturing_processor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/capturing_processor.cc b/libs/ardour/capturing_processor.cc
index 496bfc53f2..6e9049472a 100644
--- a/libs/ardour/capturing_processor.cc
+++ b/libs/ardour/capturing_processor.cc
@@ -84,9 +84,9 @@ CapturingProcessor::realloc_buffers()
}
XMLNode &
-CapturingProcessor::state (bool full)
+CapturingProcessor::state ()
{
- XMLNode& node = Processor::state (full);
+ XMLNode& node = Processor::state ();
node.set_property (X_("type"), X_("capture"));
return node;