aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llinventory.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-08 01:29:12 -0600
committerJacek Antonelli2008-12-08 01:31:59 -0600
commit87c91cc283340c6b7fce90ac9f80826ba641a36f (patch)
treee229e12c6ef19b541a5d405dfa5f71c758b16962 /linden/indra/llinventory/llinventory.h
parentAdded calc_ntype() function. (diff)
downloadmeta-impy-87c91cc283340c6b7fce90ac9f80826ba641a36f.zip
meta-impy-87c91cc283340c6b7fce90ac9f80826ba641a36f.tar.gz
meta-impy-87c91cc283340c6b7fce90ac9f80826ba641a36f.tar.bz2
meta-impy-87c91cc283340c6b7fce90ac9f80826ba641a36f.tar.xz
Added LLInventoryItem::recalcNInventoryType().
Diffstat (limited to 'linden/indra/llinventory/llinventory.h')
-rw-r--r--linden/indra/llinventory/llinventory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llinventory/llinventory.h b/linden/indra/llinventory/llinventory.h
index 247e646..34d9445 100644
--- a/linden/indra/llinventory/llinventory.h
+++ b/linden/indra/llinventory/llinventory.h
@@ -285,6 +285,9 @@ public:
285 LLSD asLLSD() const; 285 LLSD asLLSD() const;
286 bool fromLLSD(LLSD& sd); 286 bool fromLLSD(LLSD& sd);
287 287
288private:
289 void recalcNInventoryType();
290
288}; 291};
289 292
290BOOL item_dictionary_sort(LLInventoryItem* a,LLInventoryItem* b); 293BOOL item_dictionary_sort(LLInventoryItem* a,LLInventoryItem* b);