diff options
Diffstat (limited to 'src/subtitle_string.h')
| -rw-r--r-- | src/subtitle_string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 08e4da5d..c274152b 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -137,7 +137,7 @@ public: _text = t; } - void set_colour (dcp::Colour c) { + void set_colour (Colour c) { _colour = c; } @@ -145,7 +145,7 @@ public: _effect = e; } - void set_effect_colour (dcp::Colour c) { + void set_effect_colour (Colour c) { _effect_colour = c; } |
