From 99a5cbf5cafe5aa6e5f95135dcf5031f9d98630a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 Jun 2007 06:25:39 +0000 Subject: r15481@tres: ted | 2007-05-22 09:56:22 -0700 Switching to sigc::signal so it actually works. (bzr r3126) --- src/extension/implementation/implementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/implementation/implementation.cpp') diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp index e28dbcba6..6a9a7955f 100644 --- a/src/extension/implementation/implementation.cpp +++ b/src/extension/implementation/implementation.cpp @@ -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 * changeSignal) { +Implementation::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *view, sigc::signal * changeSignal) { return module->autogui(NULL, NULL); } /* Implementation::prefs_effect */ -- cgit v1.2.3