summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsbase.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-05-17 12:05:31 -0700
committerRider Linden <rider@lindenlab.com>2018-05-17 12:05:31 -0700
commitb117a9ea197a084eeec1e8330dbe7c562423e248 (patch)
treee1fd0a023c0ac2116ae36da4022aa37ffc39c0f5 /indra/llinventory/llsettingsbase.h
parent3d224c66cbb449b99545b93fb9742f32aca4ad5d (diff)
Fix end of cycle trigger for time blender.
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r--indra/llinventory/llsettingsbase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h
index ee0a86010c..d304638d20 100644
--- a/indra/llinventory/llsettingsbase.h
+++ b/indra/llinventory/llsettingsbase.h
@@ -306,6 +306,9 @@ public:
virtual void update(F64 blendf);
virtual F64 setPosition(F64 blendf);
+protected:
+ void triggerComplete();
+
private:
finish_signal_t mOnFinished;