diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-08-02 17:27:51 -0700 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-08-02 17:27:51 -0700 |
| commit | 3e610d3015694281cb2de5e34b9afc520379f35d (patch) | |
| tree | e972e722bd4e72190df44ffc44e8b05af45c46ea /indra/llinventory/llinventory.cpp | |
| parent | c44aa1c96655bc762f74583f92eedc155cf23a45 (diff) | |
| parent | 4e7c2c6942b6169812459f19cb13c9f4101dcaf1 (diff) | |
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
Diffstat (limited to 'indra/llinventory/llinventory.cpp')
| -rw-r--r-- | indra/llinventory/llinventory.cpp | 6 |
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) { } |
