summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhoverheight.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-01-14 17:40:44 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-01-14 17:40:44 -0500
commitbe83e48fc12fbaf225f9f3e6ad5042320595ce26 (patch)
treee728e8639a1cc1b4de8fb1d6fb2e236d03deff02 /indra/newview/llfloaterhoverheight.h
parentae6eef4b83d7770e6f35cf30f2f1dfcb07e4655a (diff)
SL-92 WIP - more on region notification and managing hover
Diffstat (limited to 'indra/newview/llfloaterhoverheight.h')
-rwxr-xr-xindra/newview/llfloaterhoverheight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterhoverheight.h b/indra/newview/llfloaterhoverheight.h
index 8fd24d8813..8809fc1bf8 100755
--- a/indra/newview/llfloaterhoverheight.h
+++ b/indra/newview/llfloaterhoverheight.h
@@ -46,7 +46,7 @@ public:
void updateEditEnabled();
- boost::signals2::connection mRegionBoundarySlot;
+ boost::signals2::connection mRegionChangedSlot;
};
#endif