X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=c221cd5694fcc81867f28ebcbd041fbe5ab0cc7d;hb=a1f410c3ad34e83d60eb8c038946d8a0c72ce0d3;hp=4826227ea34a8ff49d26b9bbe6d71606de529868;hpb=c2dbc834863c3088991bc2f6f6e32c595e7f1079;p=pspp-builds.git diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 4826227e..c221cd56 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -103,8 +103,7 @@ const struct ccase * categoricals_get_case_by_category (const struct categorical struct payload { void* (*create) (const void *aux1, void *aux2); - void (*update) (const void *aux1, void *aux2, void *user_data, - const struct ccase *, enum mv_class, const struct variable *wv); + void (*update) (const void *aux1, void *aux2, void *user_data, const struct ccase *, double weight); void (*destroy) (const void *aux1, void *aux2, void *user_data); };