diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-03 14:18:24 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-03 14:18:24 -0700 |
commit | a4137d72ebc9f49dfd8bd124b255da0dfbc4ba92 (patch) | |
tree | 5781b8ad54f1c26674a3e5085a76c77450c5261e /indra/llinventory/llsettingsbase.h | |
parent | ab159f7c4a35196003add5592df95fe2c139984e (diff) |
MAINT-8821: New "My Environments" floater. First pass.
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r-- | indra/llinventory/llsettingsbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h index caae2dcd23..6c3b9e23ee 100644 --- a/indra/llinventory/llsettingsbase.h +++ b/indra/llinventory/llsettingsbase.h @@ -242,6 +242,7 @@ public: inline void setAssetId(LLUUID value) { // note that this skips setLLSD + LL_WARNS("LAPRAS") << "Settings asset id set to:{" << value << "}" << LL_ENDL; mSettings[SETTING_ASSETID] = value; } |