diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-10 16:07:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-10 16:07:44 +0100 |
| commit | e30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7 (patch) | |
| tree | f67b4a9364264d433535dbc24a19b6df6ac59049 /src/subtitle_content.h | |
| parent | 863ff8cced5b7d1d36ad6761fa1f6e2dbeafcad6 (diff) | |
Adapt to new libcxml ARI. Compiles but does not pass tests.1.0-new-cxml
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 ); |
