No-op; variable renaming.
[dcpomatic.git] / src / lib / transcode_job.h
index 6e3c1ead9314cc5af7bb2877f208c38ae4358fa3..efe3f971993d818a4c5abe96c3c59d3d446d4579 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
  *  @brief A job which transcodes from one format to another.
  */
 
-#include <boost/shared_ptr.hpp>
 #include "job.h"
+#include <boost/shared_ptr.hpp>
 
 class Transcoder;
 
@@ -32,7 +32,7 @@ class Transcoder;
 class TranscodeJob : public Job
 {
 public:
-       TranscodeJob (boost::shared_ptr<const Film> f);
+       TranscodeJob (boost::shared_ptr<const Film>);
        
        std::string name () const;
        std::string json_name () const;