diff options
Diffstat (limited to 'src/dcp_reader.h')
| -rw-r--r-- | src/dcp_reader.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/dcp_reader.h b/src/dcp_reader.h index 51ada1a..aa8df7f 100644 --- a/src/dcp_reader.h +++ b/src/dcp_reader.h @@ -37,14 +37,10 @@ public: DCPReader (std::istream &); private: - - struct ParseState { - std::list<boost::shared_ptr<DCPFont> > font_nodes; - std::list<boost::shared_ptr<DCPText> > text_nodes; - std::list<boost::shared_ptr<DCPSubtitle> > subtitle_nodes; - }; - void maybe_add_subtitle (std::string text, ParseState const & parse_state); + struct ParseState; + + void maybe_add_subtitle (std::string text, ParseState& parse_state); void examine_font_nodes ( boost::shared_ptr<const cxml::Node> xml, |
