summaryrefslogtreecommitdiff
path: root/src/panels/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/panel.c')
-rw-r--r--src/panels/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/panel.c b/src/panels/panel.c
index dbbbae9..e6eca17 100644
--- a/src/panels/panel.c
+++ b/src/panels/panel.c
@@ -191,7 +191,7 @@ void notify_panels_of_binary_change(GLoadedBinary *binary)
* *
******************************************************************************/
-void notify_panels_of_view_change(GtkViewPanel *panel, bool same)
+void notify_panels_of_view_change(GtkDisplayPanel *panel, bool same)
{
GEditorPanel *iter; /* Boucle de parcours */