summaryrefslogtreecommitdiff
path: root/drawinglayer/source
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 /drawinglayer/source
parent346baad24a7c3795ce134092913c9aa31cddfdfd (diff)
window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent
ideally camel case the rest of these for consistency Change-Id: I7f66b8051ea58963ea28d128f73900aefe5d2846
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 6deb31ef7da3..100d2f31f7b8 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -2833,7 +2833,7 @@ namespace
break;
}
- case MetaActionType::TRANSPARENT :
+ case MetaActionType::Transparent :
{
/** CHECKED, WORKS WELL */
const MetaTransparentAction* pA = static_cast<const MetaTransparentAction*>(pAction);