diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-23 15:10:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-23 15:10:11 +0100 |
| commit | a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb (patch) | |
| tree | 6cd463704f413259516e2888704272a371a108a6 /src/lib/content.h | |
| parent | df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc (diff) | |
Tidy up after mass rename.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 850cb0891..23afa2243 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -182,10 +182,10 @@ public: boost::shared_ptr<VideoContent> video; boost::shared_ptr<AudioContent> audio; - std::list<boost::shared_ptr<TextContent> > caption; + std::list<boost::shared_ptr<TextContent> > text; - boost::shared_ptr<TextContent> only_caption () const; - boost::shared_ptr<TextContent> caption_of_original_type (TextType type) const; + boost::shared_ptr<TextContent> only_text () const; + boost::shared_ptr<TextContent> text_of_original_type (TextType type) const; void signal_changed (int); |
