diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 21:38:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 21:38:37 +0100 |
| commit | fd23bf276facab3892a00f010ac7e991bc79af09 (patch) | |
| tree | 2ee3c0e6cfd318bfc14c5fca7c29c9031a570a69 /src/xml.h | |
| parent | 3541f4c9bd91169e55a82b9fa46767b46ca06188 (diff) | |
Pick up effect and effect color.
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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<bool> optional_bool_attribute (std::string); |
