Revert "fix issue with generator plugins and no-roll disk monitoring"
[ardour.git] / libs / ardour / capturing_processor.cc
index 0937f1f377e380965131fe8f434919917eeafac3..c4b463aba7f2ee3b4f110ebcf92de25a42a6680b 100644 (file)
@@ -22,6 +22,8 @@
 #include "ardour/session.h"
 #include "ardour/audioengine.h"
 
+#include "i18n.h"
+
 namespace ARDOUR {
 
 CapturingProcessor::CapturingProcessor (Session & session)
@@ -78,6 +80,7 @@ CapturingProcessor::state (bool full)
        XMLNode& node = Processor::state (full);
 
        node.add_property (X_("type"), X_("capture"));
+       return node;
 }
-       
+
 } // namespace ARDOUR