summaryrefslogtreecommitdiff
path: root/src/lib/player_subtitles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player_subtitles.h')
-rw-r--r--src/lib/player_subtitles.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/player_subtitles.h b/src/lib/player_subtitles.h
index d0a3b4f65..804c87cb9 100644
--- a/src/lib/player_subtitles.h
+++ b/src/lib/player_subtitles.h
@@ -36,7 +36,9 @@ public:
/** ImageSubtitles, with their rectangles transformed as specified by their content */
std::list<ImageSubtitle> image;
- std::list<dcp::SubtitleString> text;
+ std::list<dcp::SubtitleString> text;
+
+ std::string language;
};
#endif