Mercurial > hg > octave-nkf
diff src/pt-plot.h @ 1745:fa3e6cf13745
[project @ 1996-01-13 07:33:24 by jwe]
author | jwe |
---|---|
date | Sat, 13 Jan 1996 07:33:24 +0000 |
parents | fe9d3b2ded26 |
children | 3a9462b655f1 |
line wrap: on
line diff
--- a/src/pt-plot.h +++ b/src/pt-plot.h @@ -40,6 +40,8 @@ class subplot; class subplot_list; +#include <string> + #include <SLList.h> #include "dColVector.h" @@ -235,7 +237,7 @@ extern char *save_in_tmp_file (tree_constant& t, int ndim = 2, int parametric = 0); -extern void mark_for_deletion (const char *filename); +extern void mark_for_deletion (const string&); extern void cleanup_tmp_files (void);