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