aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llinventory.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-08 02:17:06 -0600
committerJacek Antonelli2008-12-08 02:17:06 -0600
commitecfb4c73e006d33a72f03ce9db2db550737d14c2 (patch)
treed73b27ff0289ad1b3e3e4bfc8210fc53bd3a3593 /linden/indra/llinventory/llinventory.h
parentAdded LLInventoryItem::recalcNInventoryType(). (diff)
downloadmeta-impy-ecfb4c73e006d33a72f03ce9db2db550737d14c2.zip
meta-impy-ecfb4c73e006d33a72f03ce9db2db550737d14c2.tar.gz
meta-impy-ecfb4c73e006d33a72f03ce9db2db550737d14c2.tar.bz2
meta-impy-ecfb4c73e006d33a72f03ce9db2db550737d14c2.tar.xz
Recalculate ntype when changing type or flags.
Diffstat (limited to 'linden/indra/llinventory/llinventory.h')
-rw-r--r--linden/indra/llinventory/llinventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llinventory/llinventory.h b/linden/indra/llinventory/llinventory.h
index 34d9445..c573f74 100644
--- a/linden/indra/llinventory/llinventory.h
+++ b/linden/indra/llinventory/llinventory.h
@@ -253,6 +253,7 @@ public:
253 void setDescription(const std::string& new_desc); 253 void setDescription(const std::string& new_desc);
254 void setSaleInfo(const LLSaleInfo& sale_info); 254 void setSaleInfo(const LLSaleInfo& sale_info);
255 void setPermissions(const LLPermissions& perm); 255 void setPermissions(const LLPermissions& perm);
256 void setType(LLAssetType::EType type);
256 void setInventoryType(LLInventoryType::EType inv_type); 257 void setInventoryType(LLInventoryType::EType inv_type);
257 void setNInventoryType(LLInventoryType::NType inv_type); 258 void setNInventoryType(LLInventoryType::NType inv_type);
258 void setFlags(U32 flags); 259 void setFlags(U32 flags);