aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index c2d3260..4b5c067 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -173,9 +173,8 @@ struct _LSL_Leaf
173 173
174struct _LSL_Parenthesis 174struct _LSL_Parenthesis
175{ 175{
176 LSL_Leaf *left;
177 LSL_Leaf *contents; 176 LSL_Leaf *contents;
178 LSL_Leaf *right; 177 Eina_Strbuf *rightIgnorableText;
179 LSL_Type type; 178 LSL_Type type;
180}; 179};
181 180