X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fautomation.cc;h=931e2f45b8ab24fa5659571060b288d6401d6fbf;hb=6626723880e6d464bf8d59178120d191a8423c93;hp=c6e96cfac80067a689ff39ae0afcf8a03ccdc998;hpb=87726495c30f90554b5204b5385d17274a8fe93e;p=ardour.git 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); } };