Bump libdcp for asdcplib version fix.
[dcpomatic.git] / test / file_naming_test.cc
index d0db2f30a4a05743e403d6644a2b29174eeee835..6fce510604ed27eb107819baecd712b00fa3be02 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/file_naming_test.cc
  *  @brief Test how files in DCPs are named.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "test.h"
@@ -36,7 +36,7 @@
 #include <boost/regex.hpp>
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 class Keep
 {