summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkviewpanel.h')
-rw-r--r--src/gtkext/gtkviewpanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkviewpanel.h b/src/gtkext/gtkviewpanel.h
index 3de5fab..61df60f 100644
--- a/src/gtkext/gtkviewpanel.h
+++ b/src/gtkext/gtkviewpanel.h
@@ -60,13 +60,13 @@ void gtk_view_panel_attach_binary(GtkViewPanel *, GLoadedBinary *, bool *, bool
bool gtk_view_panel_get_addresses_display(const GtkViewPanel *);
/* Définit si les adresses doivent apparaître dans le rendu. */
-void gtk_view_panel_set_addresses_display(const GtkViewPanel *, bool);
+void gtk_view_panel_set_addresses_display(GtkViewPanel *, bool);
/* Indique si le code doit apparaître dans le rendu. */
bool gtk_view_panel_get_code_display(const GtkViewPanel *);
/* Définit si le code doit apparaître dans le rendu. */
-void gtk_view_panel_set_code_display(const GtkViewPanel *, bool);
+void gtk_view_panel_set_code_display(GtkViewPanel *, bool);
/* Fournit le binaire associé à la représentation. */
GLoadedBinary *gtk_view_panel_get_binary(const GtkViewPanel *);