Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / timeline.cc
index de5f05ae78ae09703e4541876bab31fb4d8e46fe..2c510efb5bc2ebe08760e494c2cb8c057d0dd744 100644 (file)
@@ -54,6 +54,7 @@ using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::bind;
 using boost::optional;
+using namespace dcpomatic;
 
 /* 3 hours in 640 pixels */
 double const Timeline::_minimum_pixels_per_second = 640.0 / (60 * 60 * 3);