diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:25:39 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:25:39 +0000 |
| commit | 99a5cbf5cafe5aa6e5f95135dcf5031f9d98630a (patch) | |
| tree | c58614e20abc5d9bfbc59300473c08c26d88dc6b /src/extension/internal/grid.h | |
| parent | r15480@tres: ted | 2007-05-20 23:51:34 -0700 (diff) | |
| download | inkscape-99a5cbf5cafe5aa6e5f95135dcf5031f9d98630a.tar.gz inkscape-99a5cbf5cafe5aa6e5f95135dcf5031f9d98630a.zip | |
r15481@tres: ted | 2007-05-22 09:56:22 -0700
Switching to sigc::signal so it actually works.
(bzr r3126)
Diffstat (limited to 'src/extension/internal/grid.h')
| -rw-r--r-- | src/extension/internal/grid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/grid.h b/src/extension/internal/grid.h index 1fedbb177..c4a97aeba 100644 --- a/src/extension/internal/grid.h +++ b/src/extension/internal/grid.h @@ -22,7 +22,7 @@ class Grid : public Inkscape::Extension::Implementation::Implementation { public: bool load(Inkscape::Extension::Extension *module); void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document); - Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, Glib::SignalProxy0<void> * changeSignal); + Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal); static void init (void); }; |
