summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/cluster.h')
-rw-r--r--src/gtkext/graph/cluster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/graph/cluster.h b/src/gtkext/graph/cluster.h
index d43622b..9c375d3 100644
--- a/src/gtkext/graph/cluster.h
+++ b/src/gtkext/graph/cluster.h
@@ -26,7 +26,7 @@
-#include "../gtkgraphview.h"
+#include "../gtkgraphdisplay.h"
#include "../../analysis/binary.h"
#include "../../analysis/disass/block.h"
@@ -57,7 +57,7 @@ GGraphCluster *g_graph_cluster_new(GLoadedBinary *, const GBlockList *, size_t,
void g_graph_cluster_compute_needed_alloc(const GGraphCluster *, GtkAllocation *);
/* Dispose chaque noeud sur la surface de destination donnée. */
-void g_graph_cluster_place(GGraphCluster *, GtkGraphView *);
+void g_graph_cluster_place(GGraphCluster *, GtkGraphDisplay *);