summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h
index 979166cd..d5ea5636 100644
--- a/src/font.h
+++ b/src/font.h
@@ -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;