Merge master.
[dcpomatic.git] / src / lib / examine_content_job.cc
index 3cab9716de3783576d92cd9e441d50e6d1765df8..8f16e2e5c0c069e2ab601c4bf91cec39c1e3cebc 100644 (file)
@@ -26,6 +26,7 @@
 #include "i18n.h"
 
 using std::string;
+using std::cout;
 using boost::shared_ptr;
 
 ExamineContentJob::ExamineContentJob (shared_ptr<const Film> f, shared_ptr<Content> c)
@@ -45,6 +46,12 @@ ExamineContentJob::name () const
        return _("Examine content");
 }
 
+string
+ExamineContentJob::json_name () const
+{
+       return N_("examine_content");
+}
+
 void
 ExamineContentJob::run ()
 {