summaryrefslogtreecommitdiff
path: root/src/PSEditModel.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-24 16:28:37 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-24 16:28:37 +0000
commit25da85de6a1eca08de94bbc9f1b63ae9a7c87841 (patch)
treed183c37c94d1bbdbad8b71bf8db390e3616fb551 /src/PSEditModel.H
parenta6eb8c7fe8a52d0d2fc5d9d3cf2a186745eac3c0 (diff)
move parsing from PSEditor to PSEditModel.
move parsing from PSEditor to PSEditModel.
Diffstat (limited to 'src/PSEditModel.H')
-rw-r--r--src/PSEditModel.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PSEditModel.H b/src/PSEditModel.H
index e601afc..bfe1b98 100644
--- a/src/PSEditModel.H
+++ b/src/PSEditModel.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.H,v 1.4 2004/10/23 19:57:14 hofmann Exp $"
+// "$Id: PSEditModel.H,v 1.5 2004/10/24 18:28:37 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -60,6 +60,7 @@ public:
int ps_to_display_y(int y1);
int ps_x(int x1);
int ps_y(int y1);
+ int PSEditModel::load(char *f);
};
#endif