X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmarker_time_axis.h;h=a48eec7d5ac40901b39f89284dfb5dd5670af551;hb=4c7b9537a3386942ff34bbd7a025e5e70fbbc10b;hp=480e38f5b010adb5d346057466b6a2568a125eff;hpb=a0663fbd278f4514ba26c4a4c0e2aa5ec2964dd9;p=ardour.git diff --git a/gtk2_ardour/marker_time_axis.h b/gtk2_ardour/marker_time_axis.h index 480e38f5b0..a48eec7d5a 100644 --- a/gtk2_ardour/marker_time_axis.h +++ b/gtk2_ardour/marker_time_axis.h @@ -21,6 +21,7 @@ #ifndef __ardour_marker_time_axis_h__ #define __ardour_marker_time_axis_h__ +#include #include #include @@ -28,7 +29,7 @@ #include "route_ui.h" #include "enums.h" #include "time_axis_view.h" -#include +#include "canvas.h" #include "visual_time_axis.h" namespace ARDOUR { @@ -63,7 +64,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, Gtk::Widget* canvas, std::string name, TimeAxisView* tav) ; + MarkerTimeAxis(PublicEditor& ed, ARDOUR::Session& sess, ArdourCanvas::Canvas& canvas, std::string name, TimeAxisView* tav) ; /** * Destructor