diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 0fa881a5..d7976bef 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -174,7 +174,7 @@ protected: private: std::string font_id_to_name (std::string id) const; void read_mxf (std::string); - void read_xml (boost::shared_ptr<cxml::Document>); + void read_xml (boost::shared_ptr<cxml::Document>, bool smpte); struct ParseState { std::list<boost::shared_ptr<parse::Font> > font_nodes; |
