diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-15 10:01:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-15 10:01:38 +0100 |
commit | dd466513a9b5412f59c38bfa1786782852033c2c (patch) | |
tree | f55b72b6bb941b33a4feac7542663fec0c431c1e /test | |
parent | 346baad24a7c3795ce134092913c9aa31cddfdfd (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.cxx | 2 |
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"; |