output-item: Make command name part of every output_item.
[pspp] / src / output / output-item-provider.h
index 552549cee9eaa54fee0288fd2b5dc9877f49c637..62e756155951d817f8b63ed4b1cc11d82434ce0b 100644 (file)
@@ -42,6 +42,7 @@ struct output_item_class
     .class = (SRC)->class,                                      \
     .ref_cnt = 1,                                               \
     .label = xstrdup_if_nonnull ((SRC)->label),                 \
+    .command_name = xstrdup_if_nonnull ((SRC)->command_name),   \
   }
 
 #endif /* output/output-item-provider.h */