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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 777be6e77..dc43af0d5 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -132,6 +132,13 @@ Effect::getName()
return Glib::ustring( _("No effect") );
}
+void
+Effect::doBeforeEffect (SPLPEItem *lpeitem)
+{
+ //Do nothing for simple effects
+}
+
+
/*
* Here be the doEffect function chain:
*/