diff options
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h index 945eb4d0..9cf99f90 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -97,13 +97,13 @@ private: void maybe_add_subtitle (std::string text, ParseState const & parse_state); void examine_font_nodes ( - boost::shared_ptr<const cxml::Node> xml, + cxml::ConstNodePtr xml, std::list<boost::shared_ptr<Font> > const & font_nodes, ParseState& parse_state ); void examine_text_nodes ( - boost::shared_ptr<const cxml::Node> xml, + cxml::ConstNodePtr xml, std::list<boost::shared_ptr<Text> > const & text_nodes, ParseState& parse_state ); |
