std::shared_ptr
[dcpomatic.git] / test / 4k_test.cc
index 0fe492133f5dc0e4a3bc546fa30667620375b79b..e09aeeb5c4882912f7c0c8feb813537e02ba8542 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-/** @defgroup completedcp Complete builds of DCPs with various characteristics, testing broad areas of code */
+/** @defgroup completedcp Complete builds of DCPs */
 
 /** @file  test/4k_test.cc
  *  @brief Run a 4K encode from a simple input.
@@ -36,7 +36,7 @@
 #include "lib/dcpomatic_log.h"
 #include "test.h"
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 BOOST_AUTO_TEST_CASE (fourk_test)
 {