diff options
Diffstat (limited to 'indra/newview/llviewerobject.h')
| -rw-r--r-- | indra/newview/llviewerobject.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index a9c2db60e4..6e26da74e7 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -978,10 +978,14 @@ public:      LLJointRiggingInfoTab mJointRiggingInfoTab; +    bool isLocked() const       { return mLocked; } +    void setLocked(bool locked) { mLocked = locked; } +  private:      LLUUID mAttachmentItemID; // ItemID of the associated object is in user inventory.      EObjectUpdateType   mLastUpdateType;      bool    mLastUpdateCached; +    bool    mLocked;  public:      // reflection probe state  | 
