diff options
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r-- | indra/llinventory/llsettingsbase.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h index 87466e6570..9e03052892 100644 --- a/indra/llinventory/llsettingsbase.h +++ b/indra/llinventory/llsettingsbase.h @@ -317,6 +317,8 @@ public: mSettings.erase(SETTING_ASSETID); } + // Calculate any custom settings that may need to be cached. + virtual void updateSettings() { mDirty = false; mReplaced = false; } protected: LLSettingsBase(); @@ -347,9 +349,6 @@ protected: // rather than lerped. virtual stringset_t getSlerpKeys() const { return stringset_t(); } - // Calculate any custom settings that may need to be cached. - virtual void updateSettings() { mDirty = false; mReplaced = false; } - virtual validation_list_t getValidationList() const = 0; // Apply any settings that need special handling. |