summaryrefslogtreecommitdiff
path: root/indra/newview/llpolymorph.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpolymorph.h')
-rw-r--r--indra/newview/llpolymorph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpolymorph.h b/indra/newview/llpolymorph.h
index 088963584e..8b4493ce86 100644
--- a/indra/newview/llpolymorph.h
+++ b/indra/newview/llpolymorph.h
@@ -51,7 +51,7 @@ public:
LLPolyMorphData(char *morph_name);
~LLPolyMorphData();
- BOOL loadBinary(FILE* fp, LLPolyMeshSharedData *mesh);
+ BOOL loadBinary(LLFILE* fp, LLPolyMeshSharedData *mesh);
char* loadASCII(char* text, LLPolyMeshSharedData *mesh);
char* getName() { return mName; }