summaryrefslogtreecommitdiff
path: root/src/PSEditor.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-09 18:16:10 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-09 18:16:10 +0100
commitbed947bd0e8a76d458e6997eec1c82c95842cb27 (patch)
treecb2c2d90ef02ed535b7e54a21ecc92e685a967e0 /src/PSEditor.H
parent13278eaedfccf32ea897ef187d82d047af903557 (diff)
new version without extra feeder process
Diffstat (limited to 'src/PSEditor.H')
-rw-r--r--src/PSEditor.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditor.H b/src/PSEditor.H
index 6bba6d3..a1926ee 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -37,9 +37,9 @@ class PSEditor : public PSEditWidget {
public:
PSEditor(int X,int Y,int W, int H);
- int load(FILE *fp);
+ int open_file(FILE *fp);
- int load(const char *f);
+ int open_file(const char *f);
int save(FILE *fp);