diff options
author | Richard Linden <none@none> | 2010-10-05 14:31:25 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-05 14:31:25 -0700 |
commit | 7a387f25250cc8cfc3b62c4ae845d1a67f4990b3 (patch) | |
tree | c38be93cfe9a0d2658c282461a3e63f04f43a9ef /indra/llxuixml | |
parent | ff81c6c529ce2c7216ee2cd5aa60b7a232792fec (diff) |
tighter packing of boolean params by shuffling member variables
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/llinitparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/llinitparam.h b/indra/llxuixml/llinitparam.h index 8cb5bd80fc..ad9b584632 100644 --- a/indra/llxuixml/llinitparam.h +++ b/indra/llxuixml/llinitparam.h @@ -303,8 +303,8 @@ namespace LLInitParam private: friend class BaseBlock; - bool mIsProvided; U16 mEnclosingBlockOffset; + bool mIsProvided; }; // various callbacks and constraints associated with an individual param |