summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-21 16:00:16 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-21 16:00:16 +0100
commitf902811342bb9f72bb11e2658aea14cfe8b04c64 (patch)
tree542b519f20bca1aae38f6f77dbc3de895699bd9f /src/xml.h
parent3053ecfbb9d50a07593ebd4cebdb0de5ca0ca88e (diff)
Recursively scan font tags in subtitles.
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h
index d7f6ad36..5ff5f614 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -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 ();