diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-10-04 21:57:28 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-10-04 21:57:28 +0000 |
| commit | 4f857ae84089672e9c7378d327e54889f64c62fb (patch) | |
| tree | b899e1d4f41027674eeb35fc70e0fed4484e34b6 /src/box3d-side.cpp | |
| parent | C++ (diff) | |
| download | inkscape-4f857ae84089672e9c7378d327e54889f64c62fb.tar.gz inkscape-4f857ae84089672e9c7378d327e54889f64c62fb.zip | |
C++
(bzr r12660)
Diffstat (limited to 'src/box3d-side.cpp')
| -rw-r--r-- | src/box3d-side.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp index c2b95203a..040b031c6 100644 --- a/src/box3d-side.cpp +++ b/src/box3d-side.cpp @@ -209,7 +209,7 @@ void Box3DSide::set_shape() { if (hasPathEffect() && pathEffectsEnabled()) { SPCurve *c_lpe = c->copy(); - bool success = sp_lpe_item_perform_path_effect(this, c_lpe); + bool success = this->performPathEffect(c_lpe); if (success) { this->setCurveInsync(c_lpe, TRUE); |
