Implement embedding for PostScript driver. Fixes bug 12970.
[pspp-builds.git] / src / output.h
index baa9d473029d956c74d9c0300af5cdf062b8d50a..3b5eeebaaf0cbe36c07ff416cddf62b57f5267a1 100644 (file)
@@ -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 *);
 
   };