aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcachename.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llmessage/llcachename.h
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/llmessage/llcachename.h')
-rw-r--r--linden/indra/llmessage/llcachename.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcachename.h b/linden/indra/llmessage/llcachename.h
index 26a873f..e7d5a44 100644
--- a/linden/indra/llmessage/llcachename.h
+++ b/linden/indra/llmessage/llcachename.h
@@ -64,7 +64,7 @@ public:
64 void cancelCallback(const LLUUID& id, LLCacheNameCallback callback, void* user_data = NULL); 64 void cancelCallback(const LLUUID& id, LLCacheNameCallback callback, void* user_data = NULL);
65 65
66 // janky old format. Remove after a while. Phoenix. 2008-01-30 66 // janky old format. Remove after a while. Phoenix. 2008-01-30
67 void importFile(FILE* fp); 67 void importFile(LLFILE* fp);
68 68
69 // storing cache on disk; for viewer, in name.cache 69 // storing cache on disk; for viewer, in name.cache
70 bool importFile(std::istream& istr); 70 bool importFile(std::istream& istr);