summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-09 23:08:34 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-09 23:08:34 +0100
commitb19987ae5342602977b265ba9167ec09e433367c (patch)
tree7225dfbf58e7e07135b58d44e0ebb390df6178ac /src/lib/encoder.cc
parent78c27b4fa4d23d4a0a64f0398350ec5697d50551 (diff)
Some export tidying up.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index e82c4af7e..2d916d47e 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -59,8 +59,8 @@ using dcp::Data;
*/
Encoder::Encoder (shared_ptr<const Film> film, shared_ptr<Writer> writer)
: _film (film)
- , _writer (writer)
, _history (200)
+ , _writer (writer)
{
servers_list_changed ();
}