diff options
Diffstat (limited to 'src/include/xbexpnode.h')
-rwxr-xr-x | src/include/xbexpnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/xbexpnode.h b/src/include/xbexpnode.h index f50d9eb..51efa9b 100755 --- a/src/include/xbexpnode.h +++ b/src/include/xbexpnode.h @@ -103,7 +103,7 @@ class XBDLLEXPORT xbExpNode { xbUInt32 ulResultLen; // for string results, accumulated length of character operations // includes the sum of all nodes under this + this // date = 8, numeric = 4, logical = 1 - xbInt16 iWeight; // used for buildign the tree of nodes, assigned to operators + xbInt16 iWeight; // used for building the tree of nodes, assigned to operators // the higher the number, the lower it goes on the tree }; |