use lucida grande for clocks with all OS X versions, BUT BETTER
[ardour.git] / gtk2_ardour / automation_controller.h
index ad34abf1a9e523058c72f234c208755e6c063839..88e6d87e01ca7c9b8ba9160ff706f24bb124469a 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2007 Paul Davis
-    Author: Dave Robillard
+    Author: David Robillard
 
     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,6 +26,7 @@
 
 #include "gtkmm2ext/barcontroller.h"
 #include "pbd/signals.h"
+#include "evoral/Parameter.hpp"
 
 namespace ARDOUR {
        class Session;
@@ -61,7 +62,6 @@ private:
        void end_touch();
 
        void value_changed();
-       void automation_state_changed();
 
        bool                                         _ignore_change;
         boost::shared_ptr<ARDOUR::Automatable>       _printer;