From c257dde2b276dd4cb416faf63fd50c0ff1ace953 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jul 2018 23:39:36 +0100 Subject: Fix time axis view length. --- src/wx/timeline_time_axis_view.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/timeline_time_axis_view.cc') diff --git a/src/wx/timeline_time_axis_view.cc b/src/wx/timeline_time_axis_view.cc index 1d7aefb73..48157c9c5 100644 --- a/src/wx/timeline_time_axis_view.cc +++ b/src/wx/timeline_time_axis_view.cc @@ -25,6 +25,7 @@ #include using std::list; +using std::cout; TimelineTimeAxisView::TimelineTimeAxisView (Timeline& tl, int y) : TimelineView (tl) -- cgit v1.2.3