diff options
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index e0145d7d0..efe3f9719 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -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 @@ -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; |
