diff options
Diffstat (limited to 'indra/llmessage/lltransfersourcefile.h')
-rw-r--r-- | indra/llmessage/lltransfersourcefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/lltransfersourcefile.h b/indra/llmessage/lltransfersourcefile.h index c3523b10d7..84a6bd259f 100644 --- a/indra/llmessage/lltransfersourcefile.h +++ b/indra/llmessage/lltransfersourcefile.h @@ -74,7 +74,7 @@ protected: protected: LLTransferSourceParamsFile mParams; - FILE *mFP; + LLFILE *mFP; }; #endif // LL_LLTRANSFERSOURCEFILE_H |