Changeset 8c2723f for libcfa/src/collections/string_res.hfa
- Timestamp:
- Mar 14, 2025, 4:22:42 PM (10 months ago)
- Branches:
- master
- Children:
- 3d9831b
- Parents:
- a21aaff
- File:
-
- 1 edited
-
libcfa/src/collections/string_res.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string_res.hfa
ra21aaff r8c2723f 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Oct 13 10:51:11 202413 // Update Count : 6 012 // Last Modified On : Fri Mar 14 15:44:01 2025 13 // Update Count : 61 14 14 // 15 15 … … 46 46 struct string_res { 47 47 HandleNode Handle; // chars, start, end, global neighbours 48 bool share EditSet_owns_ulink;49 string_res * share EditSet_prev;50 string_res * share EditSet_next;48 bool shareSet_owns_ulink; 49 string_res * shareSet_prev; 50 string_res * shareSet_next; 51 51 }; 52 52
Note:
See TracChangeset
for help on using the changeset viewer.