Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / examine_content_job.h
index b6903b86bebf0ed9e80970a7382c0f07628301cc..4b813bca4bbab1ade3888e19507d8ba269725015 100644 (file)
 
 */
 
-#include <boost/shared_ptr.hpp>
 #include "job.h"
+#include <boost/shared_ptr.hpp>
 
 class Content;
-class Log;
 
 class ExamineContentJob : public Job
 {
@@ -30,6 +29,7 @@ public:
        ~ExamineContentJob ();
 
        std::string name () const;
+       std::string json_name () const;
        void run ();
 
 private: