diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-05-24 15:51:33 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-05-24 15:51:33 -0400 |
commit | 34d2cd03765b6b9b582035a933f4ec11fb262ff4 (patch) | |
tree | b269112350087c5c3fcbda0ccaf1e673006d7349 /indra/llinventory/llinventory.h | |
parent | 6c56c77ec575141963c5de8dfa228253fe175bc3 (diff) |
SH-4207 WIP - use item updates with callback when updating link descriptions. Reworked updateAppearanceFromCOF() cof-validation stages.
Diffstat (limited to 'indra/llinventory/llinventory.h')
-rwxr-xr-x | indra/llinventory/llinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llinventory.h b/indra/llinventory/llinventory.h index 17421b3f5e..cc474f3d4c 100755 --- a/indra/llinventory/llinventory.h +++ b/indra/llinventory/llinventory.h @@ -171,6 +171,7 @@ public: //-------------------------------------------------------------------- public: void setAssetUUID(const LLUUID& asset_id); + static void correctInventoryDescription(std::string& name); void setDescription(const std::string& new_desc); void setSaleInfo(const LLSaleInfo& sale_info); void setPermissions(const LLPermissions& perm); |