summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automation_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/automation_event.h')
-rw-r--r--libs/ardour/ardour/automation_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/automation_event.h b/libs/ardour/ardour/automation_event.h
index 7532ede603..1675dbc822 100644
--- a/libs/ardour/ardour/automation_event.h
+++ b/libs/ardour/ardour/automation_event.h
@@ -170,7 +170,7 @@ class AutomationList : public PBD::StatefulDestructible
Glib::Mutex::Lock lm (_lock);
(obj.*method)(*this);
}
-
+
sigc::signal<void> StateChanged;
XMLNode& get_state(void);