summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/glibext/gbufferview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gbufferview.c b/src/glibext/gbufferview.c
index e134118..e2aa194 100644
--- a/src/glibext/gbufferview.c
+++ b/src/glibext/gbufferview.c
@@ -129,7 +129,7 @@ static void g_buffer_view_class_init(GBufferViewClass *class)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET(GBufferViewClass, need_redraw),
NULL, NULL,
- g_cclosure_marshal_VOID__OBJECT,
+ g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
}