diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llcachename.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcachename.cpp b/linden/indra/llmessage/llcachename.cpp index e8208cc..9adf10d 100644 --- a/linden/indra/llmessage/llcachename.cpp +++ b/linden/indra/llmessage/llcachename.cpp | |||
@@ -323,7 +323,7 @@ void LLCacheName::cancelCallback(const LLUUID& id, LLCacheNameCallback callback, | |||
323 | } | 323 | } |
324 | } | 324 | } |
325 | 325 | ||
326 | void LLCacheName::importFile(FILE* fp) | 326 | void LLCacheName::importFile(LLFILE* fp) |
327 | { | 327 | { |
328 | S32 count = 0; | 328 | S32 count = 0; |
329 | 329 | ||