diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 16:00:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 16:00:16 +0100 |
| commit | f902811342bb9f72bb11e2658aea14cfe8b04c64 (patch) | |
| tree | 542b519f20bca1aae38f6f77dbc3de895699bd9f /src/xml.h | |
| parent | 3053ecfbb9d50a07593ebd4cebdb0de5ca0ca88e (diff) | |
Recursively scan font tags in subtitles.
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ protected: float float_attribute (std::string); std::string string_attribute (std::string); int64_t int64_attribute (std::string); + int64_t optional_int64_attribute (std::string); std::string content (); |
