diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-08 16:40:01 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-08 16:40:01 -0700 |
commit | 8365945f8af6e27e7180b40aae79f210f99bb7c8 (patch) | |
tree | 4b11d82f0aff5f3b82316d3e5f19c7653df1a70d /indra/llinventory/llsettingswater.h | |
parent | 363f7f84a149c0bc4fe21df80aead821f02a7ff0 (diff) |
Settings inventory picker.
Diffstat (limited to 'indra/llinventory/llsettingswater.h')
-rw-r--r-- | indra/llinventory/llsettingswater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/llsettingswater.h b/indra/llinventory/llsettingswater.h index 92e9869e45..19761f6f07 100644 --- a/indra/llinventory/llsettingswater.h +++ b/indra/llinventory/llsettingswater.h @@ -55,8 +55,8 @@ public: virtual ptr_t buildClone() = 0; //--------------------------------------------------------------------- - virtual std::string getSettingType() const SETTINGS_OVERRIDE { return std::string("water"); } - virtual LLSettingsType::type_e getSettingTypeValue() const SETTINGS_OVERRIDE { return LLSettingsType::ST_WATER; } + virtual std::string getSettingsType() const SETTINGS_OVERRIDE { return std::string("water"); } + virtual LLSettingsType::type_e getSettingsTypeValue() const SETTINGS_OVERRIDE { return LLSettingsType::ST_WATER; } // Settings status virtual void blend(const LLSettingsBase::ptr_t &end, F64 blendf) SETTINGS_OVERRIDE; |