std::shared_ptr
[dcpomatic.git] / test / audio_processor_test.cc
index 4e917bd45bbad300c84e8bfcec3ee2bf0ec4b18f..fcb81e104781e47e1c1db7f65077934a1f5196fe 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/audio_processor_test.cc
  *  @brief Test audio processors.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/audio_processor.h"
@@ -32,7 +32,7 @@
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** Test the mid-side decoder for analysis and DCP-making */
 BOOST_AUTO_TEST_CASE (audio_processor_test)