summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-18 12:42:20 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-18 12:42:20 +0000
commit152c4d581e6dcb5185cbd9886a80cd7dc5e27c8e (patch)
treec242fa52734c90f64c4c8669fb39aa12a3ede26c /src/marker.cpp
parentFix -Wunused-function warnings (diff)
downloadinkscape-152c4d581e6dcb5185cbd9886a80cd7dc5e27c8e.tar.gz
inkscape-152c4d581e6dcb5185cbd9886a80cd7dc5e27c8e.zip
Fix -Wcast-align issues with SPItemCtx
(bzr r12222)
Diffstat (limited to 'src/marker.cpp')
-rw-r--r--src/marker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.cpp b/src/marker.cpp
index 9717160ed..b3b493b00 100644
--- a/src/marker.cpp
+++ b/src/marker.cpp
@@ -301,7 +301,7 @@ static void sp_marker_update(SPObject *object, SPCtx *ctx, guint flags)
// fixme: We have to set up clip here too
// Copy parent context
- rctx.ctx = *ctx;
+ rctx.flags = ctx->flags;
// Initialize tranformations
rctx.i2doc = Geom::identity();