From be85889464470e66e33f6f09f3cf1a64ef3c5063 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Aug 2010 22:07:53 +0000 Subject: fix load+save of plugin parameter automation git-svn-id: svn://localhost/ardour2/branches/3.0@7678 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/automatable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/automatable.cc') diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc index 68c42ba7b5..0c28eb95e0 100644 --- a/libs/ardour/automatable.cc +++ b/libs/ardour/automatable.cc @@ -253,7 +253,7 @@ Automatable::set_automation_state (const XMLNode& node, Evoral::Parameter legacy if (param.type() == NullAutomation) { warning << "Automation has null type" << endl; continue; - } + } boost::shared_ptr al (new AutomationList(**niter, param)); -- cgit v1.2.3