From 8409171ec7d749a2426cca57cf6edd6714dc497d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2012 01:13:24 +0100 Subject: De-hackify subtitle handling a bit. --- 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 85589a0f..d7f6ad36 100644 --- a/src/xml.h +++ b/src/xml.h @@ -37,6 +37,7 @@ protected: Time time_attribute (std::string); float float_attribute (std::string); std::string string_attribute (std::string); + int64_t int64_attribute (std::string); std::string content (); -- cgit v1.2.3