categoricals.c (struct payload): Rename destroy to calculate
[pspp] / src / math / categoricals.h
index 28e0f5f1df98fc422d2fbae13296c4003f794cdf..11d64d02296d1ff58952ef33aa7cea3ccc76befe 100644 (file)
@@ -106,7 +106,7 @@ struct payload
 {
   void* (*create)  (const void *aux1, void *aux2);
   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);
+  void (*calculate) (const void *aux1, void *aux2, void *user_data);
 };