diff options
Diffstat (limited to 'linden/indra/llcommon/llframetimer.h')
-rw-r--r-- | linden/indra/llcommon/llframetimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llframetimer.h b/linden/indra/llcommon/llframetimer.h index 0366e09..de550e2 100644 --- a/linden/indra/llcommon/llframetimer.h +++ b/linden/indra/llcommon/llframetimer.h | |||
@@ -75,6 +75,7 @@ public: | |||
75 | void start(); | 75 | void start(); |
76 | void stop(); | 76 | void stop(); |
77 | void reset(); | 77 | void reset(); |
78 | void resetWithExpiry(F32 expiration); | ||
78 | void pause(); | 79 | void pause(); |
79 | void unpause(); | 80 | void unpause(); |
80 | void setTimerExpirySec(F32 expiration); | 81 | void setTimerExpirySec(F32 expiration); |