From 85bd14f4e7dcbfb2005969575788dbfb303bf846 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Jul 2018 00:19:42 +0100 Subject: Basic interop bitmap writing. --- src/subtitle_string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/subtitle_string.h') 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; } -- cgit v1.2.3