diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-01 20:01:19 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-01 20:01:19 -0500 |
commit | 15354ab16e7b7f267348f85af6760fdfe65a9550 (patch) | |
tree | 1f755385b8786aa5296db103323506bd8eca5287 /indra/newview/llinventorybridge.h | |
parent | a0c133f819b7b6043e39a39a02310cd1fad67859 (diff) |
EXT-2117 - Fix for not being able to add / remove multiple items of different types from your inventory
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 6a284e0550..ef340af0cb 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -259,6 +259,9 @@ public: virtual void clearDisplayName() { mDisplayName.clear(); } LLViewerInventoryItem* getItem() const; + + bool isAddAction(std::string action) const; + bool isRemoveAction(std::string action) const; protected: virtual BOOL isItemPermissive() const; |