summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2019-02-11 16:50:15 -0800
committerRider Linden <rider@lindenlab.com>2019-02-11 16:50:15 -0800
commit2a740309d01ca2ab80fd054ea8d8a79fb7ebbbe0 (patch)
tree98c7ad637bdffdc307f82d28fc4e574165300b06 /indra/llinventory
parentce40f88ecb09c91061f7a18ad2b52dcaa3df7ca3 (diff)
SL-10406, SL-10464: Experience injections now have their own sub class of day instance (DayInjection) Montitors underlying environments and switches the sources as needed.
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llsettingsbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h
index 45d2fa0027..592ae3478a 100644
--- a/indra/llinventory/llsettingsbase.h
+++ b/indra/llinventory/llsettingsbase.h
@@ -104,8 +104,8 @@ public:
//---------------------------------------------------------------------
// Settings status
inline bool hasSetting(const std::string &param) const { return mSettings.has(param); }
- inline bool isDirty() const { return mDirty; }
- inline bool isVeryDirty() const { return mReplaced; }
+ virtual bool isDirty() const { return mDirty; }
+ virtual bool isVeryDirty() const { return mReplaced; }
inline void setDirtyFlag(bool dirty) { mDirty = dirty; clearAssetId(); }
size_t getHash() const; // Hash will not include Name, ID or a previously stored Hash