diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-09 11:05:29 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-09 11:05:29 -0400 |
| commit | 961d5b1d65fffff7075d0afbce003586b1f3b197 (patch) | |
| tree | d72caf02576506883be2638a458616bd8b5ea292 /indra/llui/llloadingindicator.h | |
| parent | dd6547a55e02a4340cb178c72acff1216a56f84c (diff) | |
| parent | b40a44d24d7e59d9102f603a28ab329046e34b5d (diff) | |
merge
Diffstat (limited to 'indra/llui/llloadingindicator.h')
| -rw-r--r-- | indra/llui/llloadingindicator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llloadingindicator.h b/indra/llui/llloadingindicator.h index 4c47cc267c..7c44478848 100644 --- a/indra/llui/llloadingindicator.h +++ b/indra/llui/llloadingindicator.h @@ -86,6 +86,8 @@ public: */ void start(); + void reset() { mCurImageIdx = 0; } + private: LLLoadingIndicator(const Params&); void initFromParams(const Params&); |
