summaryrefslogtreecommitdiff
path: root/src/lib/player.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/player.h
parent507a389e9c5f84ec1d51e7566e38fbf42f658537 (diff)
Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> PlainText.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index abc06721a..2f1baa53c 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -21,7 +21,7 @@
#ifndef DCPOMATIC_PLAYER_H
#define DCPOMATIC_PLAYER_H
-#include "player_subtitles.h"
+#include "player_text.h"
#include "active_subtitles.h"
#include "content_text.h"
#include "film.h"
@@ -101,7 +101,7 @@ public:
/** Emitted when a subtitle is ready. This signal may be emitted considerably
* after the corresponding Video.
*/
- boost::signals2::signal<void (PlayerSubtitles, DCPTimePeriod)> Subtitle;
+ boost::signals2::signal<void (PlayerText, DCPTimePeriod)> Subtitle;
private:
friend class PlayerWrapper;