pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/output.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/output.h
Date: Mon, 13 Jun 2005 02:51:17 -0400

Index: pspp/src/output.h
diff -u pspp/src/output.h:1.7 pspp/src/output.h:1.8
--- pspp/src/output.h:1.7       Fri Apr 29 01:02:15 2005
+++ pspp/src/output.h   Mon Jun 13 06:51:13 2005
@@ -170,8 +170,8 @@
     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 *);
 
   };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]