X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fcontrolflow%2Flttv_plugin_cfv.c;h=c9ea71ebaad8dde9c86cf991b4d2fd35bee8d2be;hb=8d8c5ea79a434752faf43cd66acc38196d25268d;hp=c23cfabe5025f4c68fa2b1711c7c43030f23ed05;hpb=df64b31664467d7217fa08fcdee423577856b38a;p=lttv.git diff --git a/lttv/modules/gui/controlflow/lttv_plugin_cfv.c b/lttv/modules/gui/controlflow/lttv_plugin_cfv.c index c23cfabe..c9ea71eb 100644 --- a/lttv/modules/gui/controlflow/lttv_plugin_cfv.c +++ b/lttv/modules/gui/controlflow/lttv_plugin_cfv.c @@ -68,7 +68,7 @@ lttv_plugin_cfv_get_type (void) sizeof (LttvPluginCFVClass), NULL, /* base_init */ NULL, /* base_finalize */ - lttv_plugin_cfv_class_init, /* class_init */ + (GClassInitFunc) lttv_plugin_cfv_class_init, /* class_init */ NULL, /* class_finalize */ NULL, /* class_data */ sizeof (LttvPluginCFV),