diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-21 20:35:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-21 20:35:00 +0000 |
| commit | 657f735160fd8b0abc67d6e5f519da5786ed26f0 (patch) | |
| tree | c61ddda089cb8b92aa6aacb1a2a2f22f151c3451 /src/lib/writer.h | |
| parent | 00e09ae4af02a5c54d8eaba9316f2902b9539c38 (diff) | |
Fix a couple of things; go back to un-numbered MXF file names for a bit.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 77f98f160..1aaea4d9d 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -36,7 +36,7 @@ namespace libdcp { class Writer { public: - Writer (boost::shared_ptr<const Film>); + Writer (boost::shared_ptr<Film>); void write (boost::shared_ptr<const EncodedData>, int); void write (boost::shared_ptr<const AudioBuffers>); @@ -47,7 +47,7 @@ private: void thread (); - boost::shared_ptr<const Film> _film; + boost::shared_ptr<Film> _film; boost::thread* _thread; bool _finish; |
