diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index d84f636fb..850cb0891 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -182,10 +182,10 @@ public: boost::shared_ptr<VideoContent> video; boost::shared_ptr<AudioContent> audio; - std::list<boost::shared_ptr<CaptionContent> > caption; + std::list<boost::shared_ptr<TextContent> > caption; - boost::shared_ptr<CaptionContent> only_caption () const; - boost::shared_ptr<CaptionContent> caption_of_original_type (CaptionType type) const; + boost::shared_ptr<TextContent> only_caption () const; + boost::shared_ptr<TextContent> caption_of_original_type (TextType type) const; void signal_changed (int); |
