Fix handling of the mapping between parameters and automation CheckMenuItems. Should...
[ardour.git] / gtk2_ardour / marker_time_axis.h
index 05b95bddaaf111f7534a15f68ef157a163aed768..bb30bc24dbb8df803bfca382114234d5b671491c 100644 (file)
@@ -33,9 +33,6 @@
 namespace ARDOUR {
        class Session;
 }
-namespace ARDOUR {
-       class Menu;
-}
 
 class PublicEditor;
 class ImageFrameView ;
@@ -65,7 +62,7 @@ class MarkerTimeAxis : public VisualTimeAxis
                 * @param name the name/id of this time axis
                 * @param tav the associated track view that this MarkerTimeAxis is marking up
                 */
-               MarkerTimeAxis(PublicEditor& ed, ARDOUR::Session& sess, ArdourCanvas::Canvas& canvas, const std::string & name, TimeAxisView* tav) ;
+               MarkerTimeAxis(PublicEditor& ed, ARDOUR::Session* sess, ArdourCanvas::Canvas& canvas, const std::string & name, TimeAxisView* tav) ;
 
                /**
                 * Destructor