summaryrefslogtreecommitdiff
path: root/src/gui/item-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/item-int.h')
-rw-r--r--src/gui/item-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/item-int.h b/src/gui/item-int.h
index a2a6a65..cce5574 100644
--- a/src/gui/item-int.h
+++ b/src/gui/item-int.h
@@ -34,7 +34,7 @@
/* Fournit le nom interne attribué à l'élément réactif. */
-typedef char * (* get_item_key_fc) (const GEditorItem *);
+typedef char * (* get_item_key_fc) (const GEditorItemClass *);
/* Fournit le composant GTK associé à l'élément réactif. */
typedef GtkWidget * (* get_item_widget_fc) (const GEditorItem *);