aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvograss.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvograss.h')
-rw-r--r--linden/indra/newview/llvograss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llvograss.h b/linden/indra/newview/llvograss.h
index f5b0c5d..679f5dc 100644
--- a/linden/indra/newview/llvograss.h
+++ b/linden/indra/newview/llvograss.h
@@ -56,8 +56,8 @@ public:
56 U32 block_num, 56 U32 block_num,
57 const EObjectUpdateType update_type, 57 const EObjectUpdateType update_type,
58 LLDataPacker *dp); 58 LLDataPacker *dp);
59 static void import(FILE *file, LLMessageSystem *mesgsys, const LLVector3 &pos); 59 static void import(LLFILE *file, LLMessageSystem *mesgsys, const LLVector3 &pos);
60 /*virtual*/ void exportFile(FILE *file, const LLVector3 &position); 60 /*virtual*/ void exportFile(LLFILE *file, const LLVector3 &position);
61 61
62 void updateDrawable(BOOL force_damped); 62 void updateDrawable(BOOL force_damped);
63 63