summaryrefslogtreecommitdiff
path: root/libs/ardour/automation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/automation.cc')
-rw-r--r--libs/ardour/automation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/automation.cc b/libs/ardour/automation.cc
index c6e96cfac8..931e2f45b8 100644
--- a/libs/ardour/automation.cc
+++ b/libs/ardour/automation.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2000-2007 Paul Davis
+ Copyright (C) 2000-2007 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ struct AutomationEvent {
void (AutomatedObject::*function) (void *);
void *arg;
- void operator() (){
+ void operator() (){
object->function (arg);
}
};