Add a better error when failing to read a DCP in some cases.
[dcpomatic.git] / test / ssa_subtitle_test.cc
index bb37358f1e4041ead825f2eeb198b451ab879a31..0756deed90aba2d1d6acf5b098e81e3dc5372a9a 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/ssa_subtitle_test.cc
  *  @brief Test use of SSA subtitle files.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/film.h"
@@ -36,7 +36,7 @@
 
 using std::string;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** Make a DCP with subs from a .ssa file */
 BOOST_AUTO_TEST_CASE (ssa_subtitle_test1)