From f902811342bb9f72bb11e2658aea14cfe8b04c64 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2012 16:00:16 +0100 Subject: Recursively scan font tags in subtitles. --- src/xml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xml.h') 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 (); -- cgit v1.2.3