summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhoverheight.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-05-16 13:52:40 +0800
committerErik Kundiman <erik@megapahit.org>2024-05-16 13:52:40 +0800
commit6d51e91895a7f2435c46a876410ccc6c63fe8c82 (patch)
treef2b48ebd99cb414227bf365f47665b8d4baa752b /indra/newview/llfloaterhoverheight.h
parentd1b5917bb9c92e4e47eba19b43781e4d1328b1ca (diff)
parent094dcc07f8c1d90ae723dbe60eddacb90a09eae8 (diff)
Merge tag '7.1.7-release'
source for viewer 7.1.7.8974243247
Diffstat (limited to 'indra/newview/llfloaterhoverheight.h')
-rw-r--r--indra/newview/llfloaterhoverheight.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/llfloaterhoverheight.h b/indra/newview/llfloaterhoverheight.h
index a643fa2516..778df644ef 100644
--- a/indra/newview/llfloaterhoverheight.h
+++ b/indra/newview/llfloaterhoverheight.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file llfloaterhoverheight.h
* @brief Controller for self avatar hover height.
* @author vir@lindenlab.com
@@ -32,21 +32,21 @@
class LLFloaterHoverHeight: public LLFloater
{
public:
- LLFloaterHoverHeight(const LLSD& key);
- BOOL postBuild();
+ LLFloaterHoverHeight(const LLSD& key);
+ BOOL postBuild();
- static void onSliderMoved(LLUICtrl* ctrl, void* userData);
+ static void onSliderMoved(LLUICtrl* ctrl, void* userData);
- void onFinalCommit();
+ void onFinalCommit();
- static void syncFromPreferenceSetting(void *user_data, bool update_offset = true);
+ static void syncFromPreferenceSetting(void *user_data, bool update_offset = true);
- void onRegionChanged();
- void onSimulatorFeaturesReceived(const LLUUID &region_id);
- void updateEditEnabled();
+ void onRegionChanged();
+ void onSimulatorFeaturesReceived(const LLUUID &region_id);
+ void updateEditEnabled();
- /*virtual*/ void onClose(bool app_quitting);
- boost::signals2::connection mRegionChangedSlot;
+ /*virtual*/ void onClose(bool app_quitting);
+ boost::signals2::connection mRegionChangedSlot;
};
#endif