summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsbase.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-06-08 16:40:01 -0700
committerRider Linden <rider@lindenlab.com>2018-06-08 16:40:01 -0700
commit8365945f8af6e27e7180b40aae79f210f99bb7c8 (patch)
tree4b11d82f0aff5f3b82316d3e5f19c7653df1a70d /indra/llinventory/llsettingsbase.cpp
parent363f7f84a149c0bc4fe21df80aead821f02a7ff0 (diff)
Settings inventory picker.
Diffstat (limited to 'indra/llinventory/llsettingsbase.cpp')
-rw-r--r--indra/llinventory/llsettingsbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsbase.cpp b/indra/llinventory/llsettingsbase.cpp
index b677eb36df..1b3b5d2576 100644
--- a/indra/llinventory/llsettingsbase.cpp
+++ b/indra/llinventory/llsettingsbase.cpp
@@ -284,7 +284,7 @@ bool LLSettingsBase::validate()
if (!mSettings.has(SETTING_TYPE))
{
- mSettings[SETTING_TYPE] = getSettingType();
+ mSettings[SETTING_TYPE] = getSettingsType();
}
LLSD result = LLSettingsBase::settingValidation(mSettings, validations);