diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-12-11 16:33:34 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-12-11 16:33:34 -0500 |
commit | a357a4096cb645956a2432adfd5dcadc55c153f5 (patch) | |
tree | 22b8a59fa5ea2abed572a4f5fc388aeecf859bb9 /indra/newview/llfloaterhoverheight.h | |
parent | c9981ec59c4613531b2d5bb03f6ab8f6d914343c (diff) |
SL-92 WIP
Diffstat (limited to 'indra/newview/llfloaterhoverheight.h')
-rwxr-xr-x | indra/newview/llfloaterhoverheight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterhoverheight.h b/indra/newview/llfloaterhoverheight.h index b81f293ae5..586871374f 100755 --- a/indra/newview/llfloaterhoverheight.h +++ b/indra/newview/llfloaterhoverheight.h @@ -39,7 +39,7 @@ public: void onFinalCommit(); - void sendHoverHeightUpdate(); + static void syncFromPreferenceSetting(void *user_data); }; #endif |