summaryrefslogtreecommitdiff
path: root/src/subtitle_string.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-08 00:19:42 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-08 00:19:42 +0100
commit85bd14f4e7dcbfb2005969575788dbfb303bf846 (patch)
treebd3d938a75e7a2e7ffedad845dfc2dfde459682a /src/subtitle_string.h
parentba5915461f1622715a69fa25579e5e27e64fb079 (diff)
Basic interop bitmap writing.
Diffstat (limited to 'src/subtitle_string.h')
-rw-r--r--src/subtitle_string.h4
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;
}