diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-28 17:14:31 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-28 19:40:50 +0000 |
| commit | 1673659da2aa1f33c63b73059ac78ac9a0f263e1 (patch) | |
| tree | ce890bfe460953c28b9b2d8f8ac8a94d25de895a /src/object/sp-text.cpp | |
| parent | Update HACKING.txt. Move to top directory. (diff) | |
| download | inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.tar.gz inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.zip | |
a bit more of warning cleanup
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(); } |
