diff options
Diffstat (limited to 'src/PSEditor.H')
-rw-r--r-- | src/PSEditor.H | 4 |
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); |