X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput.h;h=3b5eeebaaf0cbe36c07ff416cddf62b57f5267a1;hb=db5df54124af56dc1dfce71f839d78da2b49e346;hp=baa9d473029d956c74d9c0300af5cdf062b8d50a;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/output.h b/src/output.h index baa9d47302..3b5eeebaaf 100644 --- a/src/output.h +++ b/src/output.h @@ -170,8 +170,8 @@ struct outp_class void (*text_metrics) (struct outp_driver *, struct outp_text *); void (*text_draw) (struct outp_driver *, struct outp_text *); - void (*initialise_chart)(struct outp_class *, struct chart *); - void (*finialise_chart)(struct outp_class *, struct chart *); + void (*initialise_chart)(struct outp_driver *, struct chart *); + void (*finalise_chart)(struct outp_driver *, struct chart *); };