diff options
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index f07d0cac4..d0cc73081 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -59,6 +59,7 @@ #include "selection.h" #include "ui/dialog/debug.h" #include "xml/repr.h" +#include "helper/sp-marshal.h" static Inkscape::Application *inkscape = NULL; @@ -190,7 +191,7 @@ inkscape_class_init (Inkscape::ApplicationClass * klass) G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (Inkscape::ApplicationClass, modify_selection), NULL, NULL, - gtk_marshal_VOID__POINTER_UINT, + sp_marshal_VOID__POINTER_UINT, G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_UINT); inkscape_signals[CHANGE_SELECTION] = g_signal_new ("change_selection", |
