diff options
Diffstat (limited to 'src/object/sp-text.cpp')
| -rw-r--r-- | src/object/sp-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp index 326e540c4..b18242dff 100644 --- a/src/object/sp-text.cpp +++ b/src/object/sp-text.cpp @@ -442,7 +442,7 @@ unsigned SPText::_buildLayoutInput(SPObject *root, Inkscape::Text::Layout::Optio if (style->shape_inside.set ) { // Find union of all exclusion shapes - Shape *exclusion_shape; + Shape *exclusion_shape = NULL; if(style->shape_subtract.set) { exclusion_shape = _buildExclusionShape(); } |
