diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-30 15:34:16 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-30 15:34:16 -0400 |
commit | 52ed6ac28697ffcfd7300602aec34db8eafc171a (patch) | |
tree | 128ab552521272aa2e1511a126f9c1668446130a /indra/newview/llfloaterhoverheight.h | |
parent | 626ee6777e68c0df36c82290c8e00eaebe43b8b4 (diff) |
SL-92 WIP - ui floater tweaks for hover height control
Diffstat (limited to 'indra/newview/llfloaterhoverheight.h')
-rwxr-xr-x | indra/newview/llfloaterhoverheight.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterhoverheight.h b/indra/newview/llfloaterhoverheight.h index 4ede8f08e0..1aede19e57 100755 --- a/indra/newview/llfloaterhoverheight.h +++ b/indra/newview/llfloaterhoverheight.h @@ -36,6 +36,8 @@ public: BOOL postBuild(); static void onSliderMoved(LLUICtrl* ctrl, void* userData); + + void onFinalCommit(); }; #endif |