region list patch #2 from chris g, slightly reworked by me; sv_se po changes, possibl...
[ardour.git] / gtk2_ardour / panner.h
index 6813f3d0320b84853dd54dce17c159f475ebe46c..21f984aa7c023f223bc53e6cef64498e773114bb 100644 (file)
 #define __gtk_ardour_panner_h__
 
 #include <gtkmm2ext/barcontroller.h>
+#include <boost/shared_ptr.hpp>
 
 class PannerBar : public Gtkmm2ext::BarController
 {
   public:
-       PannerBar (Gtk::Adjustment& adj, PBD::Controllable&);
+       PannerBar (Gtk::Adjustment& adj, boost::shared_ptr<PBD::Controllable>);
        ~PannerBar ();
 
   protected: