diff options
Diffstat (limited to 'indra/lscript/lscript_execute.h')
-rw-r--r-- | indra/lscript/lscript_execute.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/lscript/lscript_execute.h b/indra/lscript/lscript_execute.h index 84cd6e3b0a..1c2952f5ae 100644 --- a/indra/lscript/lscript_execute.h +++ b/indra/lscript/lscript_execute.h @@ -359,6 +359,10 @@ public: LLScriptEventData mEventData; static S64 sGlobalInstructionCount; + +private: + void recordBoundaryError( const LLUUID &id ); + void setStateEventOpcoodeStartSafely( S32 state, LSCRIPTStateEventType event, const LLUUID &id ); }; #endif |