diff options
| author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-03-26 20:31:05 +0000 |
|---|---|---|
| committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-03-26 20:31:05 +0000 |
| commit | 8e53c5bfb0e9feffa0450b362f21f56036b9b75c (patch) | |
| tree | bfee8e880aef4d55264127fc334f3369d178c652 /indra/newview/llpreviewscript.h | |
| parent | d6fdc6e68fc713b21b68e42740d63c3e9005bceb (diff) | |
storm-1831 Removing the callback after first region crossing. Prevents repeated callbacks after highlighting has been removed for live script.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
| -rwxr-xr-x | indra/newview/llpreviewscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 0841c8188b..dc4f828cf1 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -162,6 +162,7 @@ private: LLScriptEdContainer* mContainer; // parent view public: + boost::signals2::connection mFileFetchedCallback; boost::signals2::connection mRegionChangedCallback; }; |
