Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / move_to_dialog.cc
index cb3db90cca14f00e97bc7a3785da681c8e360ff8..266f44264c97f33e966ae6d3e68224f9f34a1aa4 100644 (file)
@@ -26,6 +26,7 @@
 using std::list;
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 MoveToDialog::MoveToDialog (wxWindow* parent, optional<DCPTime> position, shared_ptr<const Film> film)
        : TableDialog (parent, _("Move content"), 2, 0, true)