diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-25 14:44:02 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-25 14:44:02 +0200 |
| commit | b270e1409caa23f8333c3eafb48534cb42957f12 (patch) | |
| tree | 20d05fbaf5a3cbbacd3b114f531ca0cb68dc7762 /fluid/Fl_Type.h | |
| parent | 8c03cb788422147b843af34c7884b36ee288da7a (diff) | |
FLUID: Adds hierarchical node search in header files.
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 1f7f689da..246294e26 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -148,7 +148,8 @@ public: // things that should not be public: int code_static_start, code_static_end; int code1_start, code1_end; int code2_start, code2_end; - int header_start, header_end; + int header1_start, header1_end; + int header2_start, header2_end; int header_static_start, header_static_end; int proj1_start, proj1_end; int proj2_start, proj2_end; |
