summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-10-04 21:18:20 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-10-04 21:18:20 +0000
commit9a2c4ca30ed332442428594438848b9de2e589a9 (patch)
tree04af472d3c8bb4c4e7f62af4c3f822d832b569a8 /src/sp-item.cpp
parentfix bug (added some comments to jabiertxof's patch) (diff)
downloadinkscape-9a2c4ca30ed332442428594438848b9de2e589a9.tar.gz
inkscape-9a2c4ca30ed332442428594438848b9de2e589a9.zip
C++
(bzr r12659)
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 5bf0afdeb..b6b7d90ea 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -1291,7 +1291,7 @@ void SPItem::adjust_livepatheffect (Geom::Affine const &postmul, bool set)
sp_lpe_item_fork_path_effects_if_necessary(lpeitem);
// now that all LPEs are forked_if_necessary, we can apply the transform
- PathEffectList effect_list = sp_lpe_item_get_effect_list(lpeitem);
+ PathEffectList effect_list = lpeitem->getEffectList();
for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); ++it)
{
LivePathEffectObject *lpeobj = (*it)->lpeobject;