summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 19:58:30 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commitae95d9cab28e414245e15ddeae20e96735594a8b (patch)
treedf35ddb480ee9aa7a34ff9831e2a3ee147a86fe7 /src/lib/encoder.h
parent507a389e9c5f84ec1d51e7566e38fbf42f658537 (diff)
Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> PlainText.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 4907ed7c5..f4116c50c 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -22,7 +22,7 @@
#define DCPOMATIC_ENCODER_H
#include "types.h"
-#include "player_subtitles.h"
+#include "player_text.h"
#include <boost/weak_ptr.hpp>
#include <boost/signals2.hpp>