summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-14 15:03:57 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-14 15:03:57 +0000
commit1725a8546852cc52196e49eca2aae8c847c1f834 (patch)
tree2a4b4601cd26b2aeaaf44ae8cb7a2463b6bcea51 /fluid/Fl_Type.h
parente7c93053b64e72a0321db09a5675ba58c040567e (diff)
Rename variable in Fluid to make more sense
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 49800b6c5..eb93e616c 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -75,8 +75,8 @@ public: // things that should not be public:
Fl_Type *factory;
const char *callback_name();
- int code_line, header_line;
- int code_line_end, header_line_end;
+ int code_position, header_position;
+ int code_position_end, header_position_end;
protected:
int user_defined(const char* cbname) const;