diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-27 20:57:32 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-27 20:58:51 +0000 |
| commit | a679bb93e87a142a4cfa2720881bd033d570bebb (patch) | |
| tree | 291650706054e23166970c7e7d03c61523822543 /src/object/sp-item-group.cpp | |
| parent | Convert Pango font variations string to CSS format before saving to CSS. (diff) | |
| download | inkscape-a679bb93e87a142a4cfa2720881bd033d570bebb.tar.gz inkscape-a679bb93e87a142a4cfa2720881bd033d570bebb.zip | |
a few more fixes to build warnings related to libnrtype
Diffstat (limited to 'src/object/sp-item-group.cpp')
| -rw-r--r-- | src/object/sp-item-group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item-group.cpp b/src/object/sp-item-group.cpp index 990634b72..3d89a524d 100644 --- a/src/object/sp-item-group.cpp +++ b/src/object/sp-item-group.cpp @@ -938,7 +938,7 @@ sp_group_perform_patheffect(SPGroup *group, SPGroup *top_group, Inkscape::LivePa sp_group_perform_patheffect(sub_group, top_group, lpe, write); } else { SPShape* sub_shape = dynamic_cast<SPShape *>(sub_item); - SPPath* sub_path = dynamic_cast<SPPath *>(sub_item); + //SPPath* sub_path = dynamic_cast<SPPath *>(sub_item); SPItem* clipmaskto = dynamic_cast<SPItem *>(sub_item); if (clipmaskto) { top_group->applyToClipPath(clipmaskto, lpe); |
