From b56b008e2ad86bd2c29a42390891a32ae658d6c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2012 16:13:22 +0100 Subject: Recurse into font nodes and pick up details of italics. --- src/xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml.h') diff --git a/src/xml.h b/src/xml.h index 5ff5f614..f1e39b55 100644 --- a/src/xml.h +++ b/src/xml.h @@ -6,6 +6,7 @@ #include #include #include +#include #include "types.h" #include "exceptions.h" #include "dcp_time.h" @@ -39,6 +40,7 @@ protected: std::string string_attribute (std::string); int64_t int64_attribute (std::string); int64_t optional_int64_attribute (std::string); + boost::optional optional_bool_attribute (std::string); std::string content (); -- cgit v1.2.3