summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateranimpreview.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-07 13:22:20 -0800
committerJames Cook <james@lindenlab.com>2009-12-07 13:22:20 -0800
commitaa2cdcfeef7a2259251abcfc11ab5d1107af2ea3 (patch)
tree30654371b0867cee55f8e900f1f0246f8436f2b5 /indra/newview/llfloateranimpreview.h
parentee159d8e742a7281f304fc45b692c111706d294e (diff)
parent73abaaddd68186dee0c59d37375407a89f77183c (diff)
merge
Diffstat (limited to 'indra/newview/llfloateranimpreview.h')
-rw-r--r--indra/newview/llfloateranimpreview.h2
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;