X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fmodule.c;h=48995c0a91685f7834ccbeef90a82be86f16f445;hb=e433e6d6da2cc572a3d14257abe18bc3afd5c7e6;hp=14311efed2a552661b6eb7dd1cee0e5afeb1d8a7;hpb=d9ba814de610e2d38a49e8daf71b185242102c00;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/module.c b/ltt/branches/poly/lttv/modules/gui/controlflow/module.c index 14311efe..48995c0a 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/module.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/module.c @@ -47,6 +47,7 @@ #include #include "cfv.h" +#include "lttv_plugin_cfv.h" #include "eventhooks.h" #include "hGuiControlFlowInsert.xpm" @@ -94,7 +95,7 @@ static void init() { void destroy_walk(gpointer data, gpointer user_data) { g_info("Walk destroy GUI Control Flow Viewer"); - guicontrolflow_destructor_full((ControlFlowData*)data); + guicontrolflow_destructor_full((LttvPluginCFV*)data); } void destroy_legend_walk(gpointer data, gpointer user_data)