diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-01 06:47:55 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-01 06:47:55 +0100 |
commit | f92d7f282954d5f4601178603aa715ae74287957 (patch) | |
tree | 85c7018fac0dc3151ff9e22c3e6248468781ebe1 /indra/llplugin/llpluginclassmedia.h | |
parent | b0fa1e011f14356b3634f39d32f43e244b6f1298 (diff) | |
parent | 1b827077717483d59d1d16ec4203ae9fb8199c8f (diff) |
merge from viewer-trunk
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 8c7b00f45b..66853c9940 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -373,6 +373,14 @@ protected: F64 mCurrentRate; F64 mLoadedDuration; +//-------------------------------------- + //debug use only + // +private: + bool mDeleteOK ; +public: + void setDeleteOK(bool flag) { mDeleteOK = flag ;} +//-------------------------------------- }; #endif // LL_LLPLUGINCLASSMEDIA_H |