pspp-sheet-view: Make Home and End go to left and right of sheet.
[pspp] / src / math / categoricals.h
index 28e0f5f1df98fc422d2fbae13296c4003f794cdf..53e309ed62eaf76d9b7cc808a4443cae070ec3d1 100644 (file)
@@ -106,6 +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 (*calculate) (const void *aux1, void *aux2, void *user_data);
   void (*destroy) (const void *aux1, void *aux2, void *user_data);
 };