Improve alignment of audio language controls (#2040).
[dcpomatic.git] / src / lib / examine_content_job.cc
index 86e0a107e1eec1d6351ded90b132e1a24a3a16e3..fb943915517ca215e0566ce86c804276059ea88d 100644 (file)
@@ -29,7 +29,7 @@
 
 using std::string;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Content> c)
        : Job (film)
@@ -38,6 +38,11 @@ ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Co
 
 }
 
+ExamineContentJob::~ExamineContentJob ()
+{
+       stop_thread ();
+}
+
 string
 ExamineContentJob::name () const
 {