diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-20 17:34:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-20 21:20:38 +0100 |
| commit | 50cb31af16240b248700dab1484d7f07656c66df (patch) | |
| tree | 393568f3c24506ac6b004346b9ef5101f9fdcf61 /src/lib/job.cc | |
| parent | edfd92e5554e3389e6456f497f44ca6e866800bf (diff) | |
Various fixes to make audio analysis sort-of work.
Diffstat (limited to 'src/lib/job.cc')
| -rw-r--r-- | src/lib/job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc index 2e6385d62..4969c4099 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -35,7 +35,7 @@ using std::list; using std::stringstream; using boost::shared_ptr; -Job::Job (shared_ptr<Film> f) +Job::Job (shared_ptr<const Film> f) : _film (f) , _thread (0) , _state (NEW) |
