diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 18:32:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 18:32:11 +0100 |
| commit | e8bb753ea7f1dfe2dac761050f47ea1cb786f01b (patch) | |
| tree | 514f2e1043e34b5e2233642d075b31fd6d1812f4 /src/xml.h | |
| parent | 3fc1eba823a52603aa58f3df6f08dc4e73309c63 (diff) | |
Pick up subtitle color.
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ protected: int64_t int64_attribute (std::string); int64_t optional_int64_attribute (std::string); boost::optional<bool> optional_bool_attribute (std::string); + boost::optional<Color> optional_color_attribute (std::string); std::string content (); |
