From 86d53fee2ecfad9a143bae0e5e17498207afecac Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 9 Jul 2004 20:51:39 +0000 Subject: add gsave grestore stuff add gsave grestore stuff --- src/PSEditor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PSEditor.cxx') diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx index f6d0317..bc50b59 100644 --- a/src/PSEditor.cxx +++ b/src/PSEditor.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditor.cxx,v 1.3 2004/07/09 21:27:00 hofmann Exp $" +// "$Id: PSEditor.cxx,v 1.4 2004/07/09 22:51:39 hofmann Exp $" // // PSEditor routines. // @@ -137,7 +137,7 @@ int PSEditor::save(const char* savefile) { FILE *fp = fdopen(tmp_fd, "r"); rewind(fp); FILE *sfp = fopen(savefile, "w"); - PSWriter *pw = new PSLevel1Writer(this); + PSWriter *pw = new PSLevel2Writer(this); pw->write(fp, sfp); -- cgit v1.2.3