summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-12 19:39:11 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-12 19:39:11 +0100
commit265391fb3f88a97c5af868f3712bb7b06ad630c1 (patch)
tree39393f9a6a1a3107f1bf9bc5bb8bc68d7a9fee9f /indra/newview/llinventoryfunctions.h
parentb54e4459df25ac00a63a6d2f094372ce74a11069 (diff)
parent491d0f1ae4b3557f36a9c1ba7d0033fdcb7d22e5 (diff)
merge
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r--indra/newview/llinventoryfunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index 1e2b4ff09c..02a5fc9224 100644
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -58,7 +58,7 @@ public:
virtual ~LLInventoryCollectFunctor(){};
virtual bool operator()(LLInventoryCategory* cat, LLInventoryItem* item) = 0;
- static bool itemTransferCommonlyAllowed(LLInventoryItem* item);
+ static bool itemTransferCommonlyAllowed(const LLInventoryItem* item);
};
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~