diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-02 18:06:22 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-02 18:06:22 -0700 |
commit | a98346b0c3b90e75858f6ef98985c1246ad30418 (patch) | |
tree | 7bf8e088dafcdc04b839043ff2c2779994534f95 /indra/newview/llinventorybridge.h | |
parent | f66de28a7cf735df15d167df270943547bdbde81 (diff) |
DD-20 : WIP : Improve Cut and Paste for marketplace. Still some use cases that are not working well
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rwxr-xr-x | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 26c48fdc57..2c0b620395 100755 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -184,6 +184,7 @@ protected: mutable std::string mSearchableName; void purgeItem(LLInventoryModel *model, const LLUUID &uuid); + void removeObject(LLInventoryModel *model, const LLUUID &uuid); virtual void buildDisplayName() const {} }; |