summaryrefslogtreecommitdiff
path: root/src/graph/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/layout.h')
-rw-r--r--src/graph/layout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graph/layout.h b/src/graph/layout.h
index 5212168..006fa9b 100644
--- a/src/graph/layout.h
+++ b/src/graph/layout.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* layout.h - prototypes pour la mise en place de graphique
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -28,13 +28,13 @@
#include <stdbool.h>
-#include "../gtkext/gtkbinview.h"
#include "../gtkext/gtkgraphview.h"
+#include "../gtkext/gtkviewpanel.h"
/* Dispose une série de morceaux d'affichage en graphique. */
-bool build_graph_view(GtkGraphView *, GtkBinView **, size_t);
+bool build_graph_view(GtkGraphView *, GtkViewPanel **, size_t);