summaryrefslogtreecommitdiff
path: root/src/panels/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/panel.h')
-rw-r--r--src/panels/panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/panel.h b/src/panels/panel.h
index ce91b8c..c056dac 100644
--- a/src/panels/panel.h
+++ b/src/panels/panel.h
@@ -31,7 +31,7 @@
#include "../analysis/binary.h"
-#include "../gtkext/gtkviewpanel.h"
+#include "../gtkext/gtkdisplaypanel.h"
@@ -77,7 +77,7 @@ void init_internal_panels(void);
void notify_panels_of_binary_change(GLoadedBinary *);
/* Lance une actualisation du fait d'un changement de vue. */
-void notify_panels_of_view_change(GtkViewPanel *, bool);
+void notify_panels_of_view_change(GtkDisplayPanel *, bool);