summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-08-03 13:55:34 -0700
committerMerov Linden <merov@lindenlab.com>2012-08-03 13:55:34 -0700
commitc66164d4b469a4154134dc1a6b21f491ed8c31e6 (patch)
tree3a61f234388517872c5cde1a58b64871d15fcb4e /indra/llinventory/llinventory.cpp
parentd6d35d970f3a7b4db7e29f7d2eddb0c078cba4a5 (diff)
parent291e78732374f428e43bb6bf5967ed3a114d0f18 (diff)
Pull merge from richard/viewer-chui.
Diffstat (limited to 'indra/llinventory/llinventory.cpp')
-rw-r--r--indra/llinventory/llinventory.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp
index 6e54f9d78a..a80ae73dca 100644
--- a/indra/llinventory/llinventory.cpp
+++ b/indra/llinventory/llinventory.cpp
@@ -75,13 +75,15 @@ LLInventoryObject::LLInventoryObject(const LLUUID& uuid,
mUUID(uuid),
mParentUUID(parent_uuid),
mType(type),
- mName(name)
+ mName(name),
+ mCreationDate(0)
{
correctInventoryName(mName);
}
LLInventoryObject::LLInventoryObject() :
- mType(LLAssetType::AT_NONE)
+ mType(LLAssetType::AT_NONE),
+ mCreationDate(0)
{
}