Code

r15506@tres: ted | 2007-05-24 22:30:55 -0700
[inkscape.git] / src / extension / implementation / implementation.cpp
index e28dbcba6b74cb0216fb394e1ce7d0072d5f3dcc..6a9a7955f2a7a75a9565560d1d8e2c8820bd66b9 100644 (file)
@@ -72,7 +72,7 @@ Implementation::save(Inkscape::Extension::Output *module, SPDocument *doc, gchar
 } /* Implementation::save */
 
 Gtk::Widget *
-Implementation::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *view, Glib::SignalProxy0<void> * changeSignal) {
+Implementation::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *view, sigc::signal<void> * changeSignal) {
     return module->autogui(NULL, NULL);
 } /* Implementation::prefs_effect */