From 4c987f7feb504fe4011b52ffeb231e3b25823de1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Aug 2012 01:45:42 +0100 Subject: Basic subtitle test works. --- src/xml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xml.h') diff --git a/src/xml.h b/src/xml.h index 5c071958..85589a0f 100644 --- a/src/xml.h +++ b/src/xml.h @@ -8,6 +8,7 @@ #include #include "types.h" #include "exceptions.h" +#include "dcp_time.h" namespace xmlpp { class Node; @@ -35,6 +36,9 @@ protected: Time time_attribute (std::string); float float_attribute (std::string); + std::string string_attribute (std::string); + + std::string content (); template boost::shared_ptr sub_node (std::string name) { -- cgit v1.2.3