summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-item-group.cpp')
-rw-r--r--src/sp-item-group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp
index 20efd8fe7..347f50491 100644
--- a/src/sp-item-group.cpp
+++ b/src/sp-item-group.cpp
@@ -853,7 +853,7 @@ sp_group_perform_patheffect(SPGroup *group, SPGroup *topgroup)
Inkscape::XML::Node *repr = SP_OBJECT_REPR(subitem);
- NArtBpath *abp = c->first_bpath();
+ NArtBpath const *abp = c->first_bpath();
if (abp) {
gchar *str = sp_svg_write_path(abp);
repr->setAttribute("d", str);