diff options
Diffstat (limited to 'linden/indra/llmessage/lldatapacker.h')
-rw-r--r-- | linden/indra/llmessage/lldatapacker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/lldatapacker.h b/linden/indra/llmessage/lldatapacker.h index f41fb76..b1aa8fe 100644 --- a/linden/indra/llmessage/lldatapacker.h +++ b/linden/indra/llmessage/lldatapacker.h | |||
@@ -330,7 +330,7 @@ inline BOOL LLDataPackerAsciiBuffer::verifyLength(const S32 data_size, const cha | |||
330 | class LLDataPackerAsciiFile : public LLDataPacker | 330 | class LLDataPackerAsciiFile : public LLDataPacker |
331 | { | 331 | { |
332 | public: | 332 | public: |
333 | LLDataPackerAsciiFile(FILE *fp, const S32 indent = 2) | 333 | LLDataPackerAsciiFile(LLFILE *fp, const S32 indent = 2) |
334 | : LLDataPacker(), | 334 | : LLDataPacker(), |
335 | mIndent(indent), | 335 | mIndent(indent), |
336 | mFP(fp), | 336 | mFP(fp), |
@@ -407,7 +407,7 @@ protected: | |||
407 | 407 | ||
408 | protected: | 408 | protected: |
409 | S32 mIndent; | 409 | S32 mIndent; |
410 | FILE *mFP; | 410 | LLFILE *mFP; |
411 | std::ostream* mOutputStream; | 411 | std::ostream* mOutputStream; |
412 | std::istream* mInputStream; | 412 | std::istream* mInputStream; |
413 | }; | 413 | }; |