diff options
author | Merov Linden <merov@lindenlab.com> | 2015-01-25 17:10:05 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-01-25 17:10:05 -0800 |
commit | 4fdaa7fc561e9e05751373160434a61151c2b75e (patch) | |
tree | 9db73f0e41483ccbc1ecdaa9c4d8b114e967f646 /indra/newview/llinventorybridge.h | |
parent | a62b1a26f5fcc88fa00c90075fa3c02b1f611e4c (diff) |
DD-296 : Disable move and copy to marketplace if limit passed. Improve perf of validate_marketplaceting(). Open marketplace floater on copy or move. String fix.
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 82cabf43db..5ab956c1cf 100755 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -76,6 +76,7 @@ public: bool canShare() const; bool canListOnMarketplace() const; + bool canListOnOutboxNow() const; bool canListOnMarketplaceNow() const; //-------------------------------------------------------------------- |