Use enum class for VideoRange.
[dcpomatic.git] / test / empty_test.cc
index 7b374ba49e9b8dd0d5938a119dc443c0fa4decf3..9f55499da58e8f2db138edecee46dccca1200ab3 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/empty_test.cc
  *  @brief Test the creation of Empty objects.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/film.h"
@@ -35,7 +35,7 @@
 #include <boost/test/unit_test.hpp>
 
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif