std::shared_ptr
[dcpomatic.git] / test / reels_test.cc
index 573289718117ac12cb096b77274a8fd624e12c6d..b609052b96863b9d239371fb00ca123d01fd7fda 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/reels_test.cc
  *  @brief Check manipulation of reels in various ways.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/film.h"
@@ -41,7 +41,7 @@ using std::list;
 using std::cout;
 using std::vector;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::function;
 using namespace dcpomatic;