summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-15 10:01:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-15 10:01:38 +0100
commitdd466513a9b5412f59c38bfa1786782852033c2c (patch)
treef55b72b6bb941b33a4feac7542663fec0c431c1e /test
parent346baad24a7c3795ce134092913c9aa31cddfdfd (diff)
window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent
ideally camel case the rest of these for consistency Change-Id: I7f66b8051ea58963ea28d128f73900aefe5d2846
Diffstat (limited to 'test')
-rw-r--r--test/source/mtfxmldump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/mtfxmldump.cxx b/test/source/mtfxmldump.cxx
index 45bb012ec3a8..3df33b956820 100644
--- a/test/source/mtfxmldump.cxx
+++ b/test/source/mtfxmldump.cxx
@@ -199,7 +199,7 @@ OString convertLineStyleToString(const MetaActionType nActionType)
case MetaActionType::PUSH: return "push";
case MetaActionType::POP: return "pop";
case MetaActionType::RASTEROP: return "rasterop";
- case MetaActionType::TRANSPARENT: return "transparent";
+ case MetaActionType::Transparent: return "transparent";
case MetaActionType::FLOATTRANSPARENT: return "floattransparent";
case MetaActionType::EPS: return "eps";
case MetaActionType::REFPOINT: return "refpoint";