summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-21 01:13:24 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-21 01:13:24 +0100
commit8409171ec7d749a2426cca57cf6edd6714dc497d (patch)
treee20fd664c31b0a52e7fc60bdfd60f38639accd06 /src/xml.h
parent4d91615b49a3246654baaf7a08f10f303b79b85a (diff)
De-hackify subtitle handling a bit.
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 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 ();