summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 6ae30fe4c..9f74af3d9 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -157,6 +157,11 @@ Effect::getName()
return Glib::ustring( _("No effect") );
}
+EffectType
+Effect::effectType() {
+ return lpeobj->effecttype;
+}
+
void
Effect::doBeforeEffect (SPLPEItem */*lpeitem*/)
{