From e8bb753ea7f1dfe2dac761050f47ea1cb786f01b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2012 18:32:11 +0100 Subject: Pick up subtitle color. --- 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 f1e39b55..65eb7399 100644 --- a/src/xml.h +++ b/src/xml.h @@ -41,6 +41,7 @@ protected: int64_t int64_attribute (std::string); int64_t optional_int64_attribute (std::string); boost::optional optional_bool_attribute (std::string); + boost::optional optional_color_attribute (std::string); std::string content (); -- cgit v1.2.3