summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_event.cc
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-08-12 21:52:56 +0000
committerHans Fugal <hans@fugal.net>2006-08-12 21:52:56 +0000
commit81b9700c145abfb6f2e32d5a9bd13895e42b04e2 (patch)
tree78cd746733db9fb12625588a7e2b8d8372277824 /libs/ardour/automation_event.cc
parent46af8c0211a9b7a00fbb9e6cfee362d752399157 (diff)
r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600
Behold serialized undo. git-svn-id: svn://localhost/ardour2/branches/undo@799 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/automation_event.cc')
-rw-r--r--libs/ardour/automation_event.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/automation_event.cc b/libs/ardour/automation_event.cc
index cf69c634b1..ccfcef28f4 100644
--- a/libs/ardour/automation_event.cc
+++ b/libs/ardour/automation_event.cc
@@ -33,6 +33,8 @@ using namespace ARDOUR;
using namespace sigc;
using namespace PBD;
+sigc::signal<void,AutomationList *> AutomationList::AutomationListCreated;
+
#if 0
static void dumpit (const AutomationList& al, string prefix = "")
{