output-item: Add 'name' member to class structure.
[pspp] / src / output / group-item.c
index b5cb84ea59b7bb175a0bbe439ce06aeba7df6119..fd172accdca40f912705cd3ab90743b8c31e5533 100644 (file)
@@ -56,6 +56,7 @@ group_open_item_destroy (struct output_item *output_item)
 
 const struct output_item_class group_open_item_class =
   {
+    "group_open",
     group_open_item_destroy,
   };
 \f
@@ -88,5 +89,6 @@ group_close_item_destroy (struct output_item *output_item)
 
 const struct output_item_class group_close_item_class =
   {
+    "group_close",
     group_close_item_destroy,
   };