diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-27 20:35:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-27 20:35:19 +0000 |
| commit | d6633a73369339c419f33fb9d641f342826a3290 (patch) | |
| tree | 7909203ea854f7039b62074004df92bec7aec796 /src/font.h | |
| parent | 6f125b65d1bc0650735624d7ada17a2ff573cbc4 (diff) | |
Rename color -> colour.
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,9 +50,9 @@ public: boost::optional<std::string> id; int size; boost::optional<bool> italic; - boost::optional<Color> color; + boost::optional<Colour> colour; boost::optional<Effect> effect; - boost::optional<Color> effect_color; + boost::optional<Colour> effect_colour; std::list<boost::shared_ptr<Subtitle> > subtitle_nodes; std::list<boost::shared_ptr<Font> > font_nodes; |
