diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llvograss.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/llvograss.h')
-rw-r--r-- | linden/indra/newview/llvograss.h | 4 |
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 | ||