summaryrefslogtreecommitdiff
path: root/src/analysis/db/collection-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/collection-int.h')
-rw-r--r--src/analysis/db/collection-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/collection-int.h b/src/analysis/db/collection-int.h
index 0b326a9..3bcf54b 100644
--- a/src/analysis/db/collection-int.h
+++ b/src/analysis/db/collection-int.h
@@ -42,7 +42,7 @@ typedef bool (* collec_setup_load_fc) (GDbCollection *, bound_value **, size_t *
typedef bool (* collec_load_item) (GDbCollection *, const bound_value *, size_t);
/* Détermine si un élément est déjà présent ou non. */
-typedef GDbItem * (* collec_has_key_fc) (GDbCollection *, va_list *);
+typedef GDbItem * (* collec_has_key_fc) (GDbCollection *, va_list);