From dd466513a9b5412f59c38bfa1786782852033c2c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 15 May 2015 10:01:31 +0100 Subject: window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent ideally camel case the rest of these for consistency Change-Id: I7f66b8051ea58963ea28d128f73900aefe5d2846 --- test/source/mtfxmldump.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"; -- cgit v1.2.3