summaryrefslogtreecommitdiff
path: root/test/content_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 12:38:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 12:38:00 +0100
commitd9561404372d187ea7813389ac69545de614f259 (patch)
treed6cfbfa812adb3f4559f702bcfdd39541966db9b /test/content_test.cc
parent968899937f96a7f72d4acce788da6b701db3a74c (diff)
Build fixes.
Diffstat (limited to 'test/content_test.cc')
-rw-r--r--test/content_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content_test.cc b/test/content_test.cc
index 31484c0d2..330bbdc94 100644
--- a/test/content_test.cc
+++ b/test/content_test.cc
@@ -123,6 +123,6 @@ BOOST_AUTO_TEST_CASE (content_test3)
/* Likewise position */
- cout << to_string(content->position()) << " " << DCPTime::from_seconds(15.0 / 25.0) << "\n";
+ std::cout << to_string(content->position()) << " " << to_string(DCPTime::from_seconds(15.0 / 25.0)) << "\n";
BOOST_CHECK (content->position() == DCPTime::from_seconds (15.0 / 25.0));
}