summaryrefslogtreecommitdiff
path: root/indra/llmessage/llavatarnamecache.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-04-02 21:43:34 -0400
committerOz Linden <oz@lindenlab.com>2015-04-02 21:43:34 -0400
commit66bc5107863e8226e91818cd9d3c075d0514dbe5 (patch)
treeeff63c1bff7fa3b3d74bee754099d556c0237aae /indra/llmessage/llavatarnamecache.h
parent4aafdfd1c6ee76484b83a4e91a73af357aba0de7 (diff)
detect xml errors in parsing xml files and remove those files
Diffstat (limited to 'indra/llmessage/llavatarnamecache.h')
-rwxr-xr-xindra/llmessage/llavatarnamecache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.h b/indra/llmessage/llavatarnamecache.h
index ea016b3125..5a10053a69 100755
--- a/indra/llmessage/llavatarnamecache.h
+++ b/indra/llmessage/llavatarnamecache.h
@@ -46,7 +46,7 @@ namespace LLAvatarNameCache
void cleanupClass();
// Import/export the name cache to file.
- void importFile(std::istream& istr);
+ bool importFile(std::istream& istr);
void exportFile(std::ostream& ostr);
// On the viewer, usually a simulator capabilitity.