diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-08 13:15:47 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-08 13:15:47 +0100 |
commit | a9798c5b3beda63263c5d9008db435ecb1e0d095 (patch) | |
tree | 3092c3e68cbe65bd2511b673f7b26fc67988421f /indra/newview/llinventorybridge.h | |
parent | fe1228a840493f5b220d9a6134ba7d1555d4c589 (diff) | |
parent | 7108c9e07afa538ef9357582ae52a27abcd3708c (diff) |
merge
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index c45e376cab..aa3b36e7e2 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -267,6 +267,8 @@ protected: virtual BOOL isItemPermissive() const; static void buildDisplayName(LLInventoryItem* item, std::string& name); mutable std::string mDisplayName; + + BOOL confirmRemoveItem(const LLSD& notification, const LLSD& response); }; class LLFolderBridge : public LLInvFVBridge |