summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/effect.cpp')
-rw-r--r--src/extension/effect.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp
index 55cf42b2f..78af878d3 100644
--- a/src/extension/effect.cpp
+++ b/src/extension/effect.cpp
@@ -261,6 +261,12 @@ Effect::find_effects_list (Inkscape::XML::Node * menustruct)
return false;
}
+Gtk::VBox *
+Effect::get_info_widget(void)
+{
+ return Extension::get_info_widget();
+}
+
/** \brief Create an action for a \c EffectVerb
\param view Which view the action should be created for
\return The built action.