diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-25 10:46:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-25 10:46:15 +0000 |
| commit | 0412f1a2b29f380cb4ca35787fc7174d6948072c (patch) | |
| tree | a0f74429e57e868614da7e01a43cf9a4e73cf9e4 /src/lib/subrip_content.h | |
| parent | a983bc3abceadae75c7fa070ae394a69e6d8bd5b (diff) | |
Fix a couple of audio crashes in the film viewer. Fix serialisation of SubRipContent.
Diffstat (limited to 'src/lib/subrip_content.h')
| -rw-r--r-- | src/lib/subrip_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip_content.h b/src/lib/subrip_content.h index 6138c047e..3a8380cec 100644 --- a/src/lib/subrip_content.h +++ b/src/lib/subrip_content.h @@ -33,7 +33,7 @@ public: std::string summary () const; std::string technical_summary () const; std::string information () const; - void as_xml (xmlpp::Node *); + void as_xml (xmlpp::Node *) const; DCPTime full_length () const; std::string identifier () const; |
