std::shared_ptr
[dcpomatic.git] / test / colour_conversion_test.cc
index 03b89dee05c02f122fbc6a3ef9334159c2dae433..f277edd9ad743f023e3ededadb5555c6807ff93d 100644 (file)
@@ -19,7 +19,8 @@
 */
 
 /** @file  test/colour_conversion_test.cc
- *  @brief Various tests of ColourConversion.
+ *  @brief Test ColourConversion class.
+ *  @ingroup selfcontained
  */
 
 #include "lib/colour_conversion.h"
@@ -31,7 +32,7 @@
 #include <iostream>
 
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 BOOST_AUTO_TEST_CASE (colour_conversion_test1)
 {