diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-08 00:19:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-08 00:19:42 +0100 |
| commit | 85bd14f4e7dcbfb2005969575788dbfb303bf846 (patch) | |
| tree | bd3d938a75e7a2e7ffedad845dfc2dfde459682a /src/subtitle_string.h | |
| parent | ba5915461f1622715a69fa25579e5e27e64fb079 (diff) | |
Basic interop bitmap writing.
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; } |
