Fix warnings
[pspp-builds.git] / src / math / categoricals.h
index 4826227ea34a8ff49d26b9bbe6d71606de529868..c221cd5694fcc81867f28ebcbd041fbe5ab0cc7d 100644 (file)
@@ -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);
 };