diff options
| author | Rider Linden <rider@lindenlab.com> | 2018-01-23 17:34:25 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2018-01-23 17:34:25 -0800 |
| commit | 536aeb54a6130f3d1e20405c8f6cbd29201de26d (patch) | |
| tree | 8cc33f38b3ce3e2c2ad881e7929997d6a0ec515c /indra/llinventory/llsettingsbase.cpp | |
| parent | 5e544ee35d70fa9e27774ba30ccae06aa6d4d5f9 (diff) | |
MAINT-8052: One more step towards parcel environments.
Diffstat (limited to 'indra/llinventory/llsettingsbase.cpp')
| -rw-r--r-- | indra/llinventory/llsettingsbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp index fb9d8de053..a35504e0e6 100644 --- a/indra/llinventory/llsettingsbase.cpp +++ b/indra/llinventory/llsettingsbase.cpp @@ -251,7 +251,7 @@ LLSD LLSettingsBase::getSettings() const LLSD LLSettingsBase::cloneSettings() const { - return combineSDMaps(mSettings, LLSD()); + return combineSDMaps(getSettings(), LLSD()); } size_t LLSettingsBase::getHash() const |
