X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart-item.c;h=f4b19a2f275c897abc36919c68cc3be725a77143;hb=71e127e1085ec56f4aa51153701d96a80ef8ff05;hp=e70099d22ac7624195be01a980aff67b5ca1a554;hpb=672c9b7e1c60763d279ecc781b7bf939b8bab4b4;p=pspp diff --git a/src/output/chart-item.c b/src/output/chart-item.c index e70099d22a..f4b19a2f27 100644 --- a/src/output/chart-item.c +++ b/src/output/chart-item.c @@ -84,5 +84,6 @@ chart_item_destroy (struct output_item *output_item) const struct output_item_class chart_item_class = { + "chart", chart_item_destroy, };