From d8ade6d30595a3a8be343b392e47d422940eac27 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 19 Sep 2008 01:16:44 +0000 Subject: Tidy. git-svn-id: svn://localhost/ardour2/branches/3.0@3755 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_command.cc') diff --git a/libs/ardour/session_command.cc b/libs/ardour/session_command.cc index 72bc3f23d7..b696f7d410 100644 --- a/libs/ardour/session_command.cc +++ b/libs/ardour/session_command.cc @@ -104,7 +104,7 @@ Session::memento_command_factory(XMLNode *n) } } else if (obj_T == typeid (Route).name() || obj_T == typeid (AudioTrack).name() || obj_T == typeid(MidiTrack).name()) { return new MementoCommand(*route_by_id(id), before, after); - } else if (obj_T == typeid (Curve).name() || obj_T == typeid (AutomationList).name()) { + } else if (obj_T == typeid (Evoral::Curve).name() || obj_T == typeid (AutomationList).name()) { if (automation_lists.count(id)) return new MementoCommand(*automation_lists[id], before, after); } else if (registry.count(id)) { // For Editor and AutomationLine which are off-limits here -- cgit v1.2.3