X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=828b75a9bd5b8b139fec17747d043fa441caa50c;hb=65e61cc92b48297625bc71cf31b8a19e301eb6c1;hp=1a7e8de059df4844a34d34ff05290c6b0d19a789;hpb=c489ad9041918ca8c80dadceade988daab1d25f8;p=pspp diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 1a7e8de059..828b75a9bd 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -68,7 +68,7 @@ bool dict_rename_vars (struct dictionary *, struct ccase; struct variable *dict_get_weight (const struct dictionary *); double dict_get_case_weight (const struct dictionary *, - const struct ccase *, int *); + const struct ccase *, bool *); void dict_set_weight (struct dictionary *, struct variable *); struct variable *dict_get_filter (const struct dictionary *);