diff options
author | James Cook <james@lindenlab.com> | 2009-12-07 10:43:53 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-07 10:43:53 -0800 |
commit | 73abaaddd68186dee0c59d37375407a89f77183c (patch) | |
tree | c7f7daa35ca0e7cbf9df18648b1a97cecadac80a /indra/newview/llfloateranimpreview.h | |
parent | 329d5553027c5a1aacae6b01dc57db8f94510b6d (diff) | |
parent | 864dd45b2b8dec32552112ed76246c9b0b3f7f0b (diff) |
merge
Diffstat (limited to 'indra/newview/llfloateranimpreview.h')
-rw-r--r-- | indra/newview/llfloateranimpreview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloateranimpreview.h b/indra/newview/llfloateranimpreview.h index f1c4a6b0d0..09b04f1f42 100644 --- a/indra/newview/llfloateranimpreview.h +++ b/indra/newview/llfloateranimpreview.h @@ -87,6 +87,7 @@ public: void refresh(); static void onBtnPlay(void*); + static void onBtnPause(void*); static void onBtnStop(void*); static void onSliderMove(LLUICtrl*, void*); static void onCommitBaseAnim(LLUICtrl*, void*); @@ -119,6 +120,7 @@ protected: S32 mLastMouseX; S32 mLastMouseY; LLButton* mPlayButton; + LLButton* mPauseButton; LLButton* mStopButton; LLRect mPreviewRect; LLRectf mPreviewImageRect; |