diff options
Diffstat (limited to 'linden/indra/newview/llpolymorph.cpp')
-rw-r--r-- | linden/indra/newview/llpolymorph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpolymorph.cpp b/linden/indra/newview/llpolymorph.cpp index a83f5ab..11ca7af 100644 --- a/linden/indra/newview/llpolymorph.cpp +++ b/linden/indra/newview/llpolymorph.cpp | |||
@@ -83,7 +83,7 @@ LLPolyMorphData::~LLPolyMorphData() | |||
83 | //----------------------------------------------------------------------------- | 83 | //----------------------------------------------------------------------------- |
84 | // loadBinary() | 84 | // loadBinary() |
85 | //----------------------------------------------------------------------------- | 85 | //----------------------------------------------------------------------------- |
86 | BOOL LLPolyMorphData::loadBinary(FILE *fp, LLPolyMeshSharedData *mesh) | 86 | BOOL LLPolyMorphData::loadBinary(LLFILE *fp, LLPolyMeshSharedData *mesh) |
87 | { | 87 | { |
88 | S32 numVertices; | 88 | S32 numVertices; |
89 | S32 numRead; | 89 | S32 numRead; |