diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-18 12:42:20 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-18 12:42:20 +0000 |
| commit | 152c4d581e6dcb5185cbd9886a80cd7dc5e27c8e (patch) | |
| tree | c242fa52734c90f64c4c8669fb39aa12a3ede26c /src/document.cpp | |
| parent | Fix -Wunused-function warnings (diff) | |
| download | inkscape-152c4d581e6dcb5185cbd9886a80cd7dc5e27c8e.tar.gz inkscape-152c4d581e6dcb5185cbd9886a80cd7dc5e27c8e.zip | |
Fix -Wcast-align issues with SPItemCtx
(bzr r12222)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index 97b3bf584..706710cfc 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -953,7 +953,7 @@ void SPDocument::requestModified() void SPDocument::setupViewport(SPItemCtx *ctx) { - ctx->ctx.flags = 0; + ctx->flags = 0; ctx->i2doc = Geom::identity(); // Set up viewport in case svg has it defined as percentages if (root->viewBox_set) { // if set, take from viewBox |
