summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-06-07 19:34:53 +0000
committerjabiertxof <info@marker.es>2017-06-07 19:34:53 +0000
commitef4db6f8483312a558b512e8a1ad11fc95872886 (patch)
treea8a146800a323f3878e5fe45dcb5e14d0a60ac0f /src/live_effects/effect.cpp
parentUpdate to trunk (diff)
downloadinkscape-ef4db6f8483312a558b512e8a1ad11fc95872886.tar.gz
inkscape-ef4db6f8483312a558b512e8a1ad11fc95872886.zip
Working on powermask LPE
(bzr r15722)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 256530a38..c4a437ff6 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -315,7 +315,7 @@ Effect::New(EffectType lpenr, LivePathEffectObject *lpeobj)
neweffect = static_cast<Effect*> ( new LPEPowerClip(lpeobj) );
break;
case POWERMASK:
- neweffect = static_cast<Effect*> ( new LPEPowerClip(lpeobj) );
+ neweffect = static_cast<Effect*> ( new LPEPowerMask(lpeobj) );
break;
case ROUGHEN:
neweffect = static_cast<Effect*> ( new LPERoughen(lpeobj) );