summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhoverheight.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterhoverheight.h')
-rwxr-xr-xindra/newview/llfloaterhoverheight.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfloaterhoverheight.h b/indra/newview/llfloaterhoverheight.h
index 586871374f..8fd24d8813 100755
--- a/indra/newview/llfloaterhoverheight.h
+++ b/indra/newview/llfloaterhoverheight.h
@@ -40,6 +40,13 @@ public:
void onFinalCommit();
static void syncFromPreferenceSetting(void *user_data);
+
+ void onRegionChanged();
+ void onSimulatorFeaturesReceived(const LLUUID &region_id);
+ void updateEditEnabled();
+
+
+ boost::signals2::connection mRegionBoundarySlot;
};
#endif