std::shared_ptr
[dcpomatic.git] / test / vf_kdm_test.cc
index f37742c038aacdc20272f67d04c20ce0701b0813..7a9c302637e521429881d3c3e4582bf978cd032b 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/vf_kdm_test.cc
  *  @brief Test encrypted VF creation and import
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "test.h"
@@ -38,7 +38,7 @@
 
 using std::vector;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 BOOST_AUTO_TEST_CASE (vf_kdm_test)
 {