summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-09 10:12:44 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-09 10:12:44 +0100
commite24bfa78666788bc1e5179ff5d4ac3bf7d0a5491 (patch)
tree8321dff00268a5f8783586a9e59a6dee7b50e2aa /indra/llinventory/llinventory.h
parent275581a3855f7c9c593ad314dfa386ceb952169c (diff)
parentae43801f44d6c1c23bb6aea17452c7ddcdec65a3 (diff)
merge from PE's viewer-release
Diffstat (limited to 'indra/llinventory/llinventory.h')
-rw-r--r--indra/llinventory/llinventory.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llinventory/llinventory.h b/indra/llinventory/llinventory.h
index b083e305b1..4c6ac83ab8 100644
--- a/indra/llinventory/llinventory.h
+++ b/indra/llinventory/llinventory.h
@@ -92,9 +92,13 @@ public:
void setParent(const LLUUID& new_parent);
void setType(LLAssetType::EType type);
+private:
+ // in place correction for inventory name string
+ void correctInventoryName(std::string& name);
+
//--------------------------------------------------------------------
// File Support
- // Implemented here so that a minimal information set can be transmitted
+ // Implemented here so that a minimal information set can be transmitted
// between simulator and viewer.
//--------------------------------------------------------------------
public: