diff options
author | Dave Parks <davep@lindenlab.com> | 2010-12-31 16:48:50 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-12-31 16:48:50 -0600 |
commit | 33d9b10fbb9d3de79d389174c92e5b852dbbccdc (patch) | |
tree | be1943037ffa43d3e0daea4daa88dfed0afe3d55 /indra/newview/llfloatermodelpreview.h | |
parent | f41b53059ee76903177b21f2b0d8767b4216f010 (diff) |
SH-727 Working cancel button and cancel buttons for physics decomp stages.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 48263d493a..32cfd94d66 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -187,6 +187,7 @@ protected: static void onPhysicsParamCommit(LLUICtrl* ctrl, void* userdata);
static void onPhysicsStageExecute(LLUICtrl* ctrl, void* userdata);
+ static void onCancel(LLUICtrl* ctrl, void* userdata);
static void onPhysicsStageCancel(LLUICtrl* ctrl, void* userdata);
static void onPhysicsBrowse(LLUICtrl* ctrl, void* userdata);
|