diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/lscript/lscript_compile/lscript_bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/lscript/lscript_compile/lscript_bytecode.h b/linden/indra/lscript/lscript_compile/lscript_bytecode.h index 6526e13..272aa60 100644 --- a/linden/indra/lscript/lscript_compile/lscript_bytecode.h +++ b/linden/indra/lscript/lscript_compile/lscript_bytecode.h | |||
@@ -77,7 +77,7 @@ public: | |||
77 | LLScriptScriptCodeChunk(S32 total_size); | 77 | LLScriptScriptCodeChunk(S32 total_size); |
78 | ~LLScriptScriptCodeChunk(); | 78 | ~LLScriptScriptCodeChunk(); |
79 | 79 | ||
80 | void build(FILE *efp, FILE *bcfp); | 80 | void build(LLFILE *efp, LLFILE *bcfp); |
81 | 81 | ||
82 | LLScriptByteCodeChunk *mRegisters; | 82 | LLScriptByteCodeChunk *mRegisters; |
83 | LLScriptByteCodeChunk *mGlobalVariables; | 83 | LLScriptByteCodeChunk *mGlobalVariables; |