From 70d246fbe30d24197781384fa4825f32fb0f4235 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Feb 2011 19:41:53 +0000 Subject: change some parameter names to make things a bit clearer,and require that an AutomationControllable is passed in to AutomationController::create() rather than being willing to create it git-svn-id: svn://localhost/ardour2/branches/3.0@8876 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_controller.h') diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h index 7d925b6cd8..ad34abf1a9 100644 --- a/gtk2_ardour/automation_controller.h +++ b/gtk2_ardour/automation_controller.h @@ -54,7 +54,7 @@ public: void stop_updating (); private: - AutomationController (boost::shared_ptr parent, boost::shared_ptr ac, Gtk::Adjustment* adj); + AutomationController (boost::shared_ptr printer, boost::shared_ptr ac, Gtk::Adjustment* adj); std::string get_label (double&); void start_touch(); -- cgit v1.2.3