summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.h
diff options
context:
space:
mode:
authorVladimir Pchelko <pchelko@productengine.com>2010-06-08 18:58:26 +0300
committerVladimir Pchelko <pchelko@productengine.com>2010-06-08 18:58:26 +0300
commit045af3acc747b43a0bbc7d1848e6a1a63f932c39 (patch)
tree49905618db8842fb1ac68a36b26b813b0b36e924 /indra/llinventory/llinventory.h
parentd17b616b1c94c136254de0bee039cdc87979b44e (diff)
parentd0dd18a9087d107fd2feec17f554bef4be81c1d5 (diff)
merge
--HG-- branch : product-engine
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: