summaryrefslogtreecommitdiff
path: root/indra/llxuixml
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-05 14:31:25 -0700
committerRichard Linden <none@none>2010-10-05 14:31:25 -0700
commit7a387f25250cc8cfc3b62c4ae845d1a67f4990b3 (patch)
treec38be93cfe9a0d2658c282461a3e63f04f43a9ef /indra/llxuixml
parentff81c6c529ce2c7216ee2cd5aa60b7a232792fec (diff)
tighter packing of boolean params by shuffling member variables
Diffstat (limited to 'indra/llxuixml')
-rw-r--r--indra/llxuixml/llinitparam.h2
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