diff options
author | James Cook <james@lindenlab.com> | 2009-12-07 13:39:12 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-07 13:39:12 -0800 |
commit | 13c998c34ac2c1f134b4c6998413753f94e1a002 (patch) | |
tree | 9862c8bea90f6c4d6a74e2bfee287cd078232485 /indra/newview/llviewerinventory.h | |
parent | f22d9cfdae437ddd21491fc7d6a59668203bd172 (diff) | |
parent | aa2cdcfeef7a2259251abcfc11ab5d1107af2ea3 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r-- | indra/newview/llviewerinventory.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index d27faffdd9..0156e7dab1 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -161,7 +161,10 @@ public: // callback void onCallingCardNameLookup(const LLUUID& id, const std::string& first_name, const std::string& last_name); - + + // If this is a broken link, try to fix it and any other identical link. + BOOL regenerateLink(); + public: BOOL mIsComplete; LLTransactionID mTransactionID; |