summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r--src/gui/editem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 1d64534..d1b91a5 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -86,7 +86,7 @@ void change_editor_items_current_view(GObject *, GtkViewPanel *);
void change_editor_items_current_view_content(GtkViewPanel *);
/* Concentre l'attention de l'ensemble sur une adresse donnée. */
-void focus_address_in_editor_items(vmpa_t, GtkWidget *);
+void focus_address_in_editor_items(GLoadedBinary *, const vmpa2t *, GEditorItem *);
/* Lance une actualisation relative à l'étendue du projet. */
void update_project_area(GStudyProject *);