add plugin interface to objects
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / module.c
index 14311efed2a552661b6eb7dd1cee0e5afeb1d8a7..48995c0a91685f7834ccbeef90a82be86f16f445 100644 (file)
@@ -47,6 +47,7 @@
 #include <lttvwindow/lttvwindow.h>
 
 #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)
This page took 0.023023 seconds and 4 git commands to generate.