X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_time_axis_view.cc;h=e9de1b542fab6b1777993b09a920009d420903bc;hb=aa382124eeabcad7a7346d46fb5f931c1364a849;hp=a31ed5cedd3f7265736ccf5bf5ba5c65a0253c83;hpb=aaaa51f6d9eda60ab3b3d182c6d2a7a5bda375aa;p=dcpomatic.git diff --git a/src/wx/timeline_time_axis_view.cc b/src/wx/timeline_time_axis_view.cc index a31ed5ced..e9de1b542 100644 --- a/src/wx/timeline_time_axis_view.cc +++ b/src/wx/timeline_time_axis_view.cc @@ -26,6 +26,7 @@ using std::list; using std::cout; +using namespace dcpomatic; TimelineTimeAxisView::TimelineTimeAxisView (Timeline& tl, int y) : TimelineView (tl)