From fd23bf276facab3892a00f010ac7e991bc79af09 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2012 21:38:37 +0100 Subject: Pick up effect and effect 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 65eb7399..9b600013 100644 --- a/src/xml.h +++ b/src/xml.h @@ -38,6 +38,7 @@ protected: Time time_attribute (std::string); float float_attribute (std::string); std::string string_attribute (std::string); + std::string optional_string_attribute (std::string); int64_t int64_attribute (std::string); int64_t optional_int64_attribute (std::string); boost::optional optional_bool_attribute (std::string); -- cgit v1.2.3