From c4403784febdbdd42e9c32e67fadb147f11fe566 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 May 2019 23:41:42 +0100 Subject: Put Time types in dcpomatic namespace. --- src/wx/timeline_view.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/timeline_view.cc') diff --git a/src/wx/timeline_view.cc b/src/wx/timeline_view.cc index bb6ab6034..fb23fa7b1 100644 --- a/src/wx/timeline_view.cc +++ b/src/wx/timeline_view.cc @@ -22,6 +22,7 @@ #include "timeline.h" using std::list; +using namespace dcpomatic; /** @class TimelineView * @brief Parent class for components of the timeline (e.g. a piece of content or an axis). -- cgit v1.2.3