Mercurial > hg > octave-nkf
changeset 1745:fa3e6cf13745
[project @ 1996-01-13 07:33:24 by jwe]
author | jwe |
---|---|
date | Sat, 13 Jan 1996 07:33:24 +0000 |
parents | fc63680a4dc9 |
children | 08e778219ef0 |
files | src/pt-plot.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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);