make AutomationList::operator==() private and abort() as its core, because it should...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 9 Jul 2014 18:28:01 +0000 (14:28 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 9 Jul 2014 18:30:38 +0000 (14:30 -0400)
commit9e8b50f07539e77f10829f5e8b352b40a1eac309
treeb42a626b594ef5a3c081b29efcccf31db4f83574
parent2a852cfc75c065d375bd4462df1c653978a6b49f
make AutomationList::operator==() private and abort() as its core, because it should never be called/used.

Also make AutomationList::operator=() use ControlList::operator=() rather than try to reimplement it
libs/ardour/ardour/automation_list.h
libs/ardour/automation_list.cc