diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-03 23:39:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-03 23:39:36 +0100 |
| commit | c257dde2b276dd4cb416faf63fd50c0ff1ace953 (patch) | |
| tree | f11e3353f45bcd800b9f3e24d91ec8d3114c11b2 /src/wx/timeline_time_axis_view.cc | |
| parent | 5a9373e48aa575c70bd32b4b48eb6b9b8634a4fc (diff) | |
Fix time axis view length.
Diffstat (limited to 'src/wx/timeline_time_axis_view.cc')
| -rw-r--r-- | src/wx/timeline_time_axis_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <wx/graphics.h> using std::list; +using std::cout; TimelineTimeAxisView::TimelineTimeAxisView (Timeline& tl, int y) : TimelineView (tl) |
