Fix some warnings in lttv/modules/gui
[lttv.git] / lttv / modules / gui / detailedevents / lttv_plugin_evd.c
index ae93579a352be74a383789bab2254c66d079c841..3aeac8d11f3cb68bf7c893552972b41bc7a7498d 100644 (file)
@@ -67,7 +67,7 @@ lttv_plugin_evd_get_type (void)
       sizeof (LttvPluginEVDClass),
       NULL,   /* base_init */
       NULL,   /* base_finalize */
-      lttv_plugin_evd_class_init,   /* class_init */
+      (GClassInitFunc) lttv_plugin_evd_class_init,   /* class_init */
       NULL,   /* class_finalize */
       NULL,   /* class_data */
       sizeof (LttvPluginEVD),
This page took 0.023203 seconds and 4 git commands to generate.