Tidying.
[libdcp.git] / src / dcp.cc
index 47abd65ea3192c9968a50423790f33abedd254c0..9ccc6eef02a1c0ae600d9a69790ac70b517150f7 100644 (file)
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/dcp.cc
- *  @brief DCP class.
+ *  @brief DCP class
  */
 
+
 #include "raw_convert.h"
 #include "dcp.h"
 #include "sound_asset.h"
@@ -307,7 +309,7 @@ DCP::equals (DCP const & other, EqualityOptions opt, NoteHandler note) const
 
 
 void
-DCP::add (std::shared_ptr<CPL> cpl)
+DCP::add (shared_ptr<CPL> cpl)
 {
        _cpls.push_back (cpl);
 }