Tweak some colours as per Chris' suggestions in #3254.
[ardour.git] / gtk2_ardour / axis_view.cc
index bed5e098b0ae4bccdf774d2f88f217577a32d26b..eb3ef23bc64a05925746f8c824478158e6f94917 100644 (file)
 using namespace std;
 using namespace Gtk;
 using namespace Gtkmm2ext;
+using namespace ARDOUR;
 
 list<Gdk::Color> AxisView::used_colors;
 
-AxisView::AxisView (ARDOUR::Session& sess) : _session(sess)
+AxisView::AxisView (ARDOUR::Session* sess) 
+       : SessionHandlePtr (sess)
 {
        _selected = false;
        _marked_for_display = false;
@@ -52,7 +54,6 @@ AxisView::AxisView (ARDOUR::Session& sess) : _session(sess)
 
 AxisView::~AxisView()
 {
-
 }
 
 Gdk::Color