summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 19c1120b3..24217b124 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -23,6 +23,7 @@
#define DCPOMATIC_ENCODER_H
+#include "player.h"
#include "player_text.h"
#include "types.h"
#include <boost/signals2.hpp>
@@ -62,7 +63,7 @@ public:
protected:
std::shared_ptr<const Film> _film;
std::weak_ptr<Job> _job;
- std::shared_ptr<Player> _player;
+ Player _player;
};