Rename debug type THREED to THREED_D.
[dcpomatic.git] / test / scaling_test.cc
index dd3b6118ecf6eea8a76acd870d84c9788185a0bd..809748e28efdc57d43a4429a49fdc9d9cd58027b 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file test/scaling_test.cc
  *  @brief Test scaling and black-padding of images from a still-image source.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include <boost/test/unit_test.hpp>
@@ -32,7 +32,7 @@
 #include "test.h"
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 static void scaling_test_for (shared_ptr<Film> film, shared_ptr<Content> content, float ratio, std::string image, string container)
 {