diff options
Diffstat (limited to 'linden/indra/llmessage/llxfer_file.h')
-rw-r--r-- | linden/indra/llmessage/llxfer_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_file.h b/linden/indra/llmessage/llxfer_file.h index 7958af1..b5294ad 100644 --- a/linden/indra/llmessage/llxfer_file.h +++ b/linden/indra/llmessage/llxfer_file.h | |||
@@ -38,7 +38,7 @@ | |||
38 | class LLXfer_File : public LLXfer | 38 | class LLXfer_File : public LLXfer |
39 | { | 39 | { |
40 | protected: | 40 | protected: |
41 | FILE *mFp; | 41 | LLFILE *mFp; |
42 | char mLocalFilename[LL_MAX_PATH]; /* Flawfinder : ignore */ | 42 | char mLocalFilename[LL_MAX_PATH]; /* Flawfinder : ignore */ |
43 | char mRemoteFilename[LL_MAX_PATH]; /* Flawfinder : ignore */ | 43 | char mRemoteFilename[LL_MAX_PATH]; /* Flawfinder : ignore */ |
44 | ELLPath mRemotePath; | 44 | ELLPath mRemotePath; |