summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhoverheight.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-15 12:18:31 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-15 12:18:31 -0400
commit7ccf02515ad3f9e3bf795d651fe4b3c0d773f353 (patch)
treec4adc897c07f652e617e91fbf41c12b823acc808 /indra/newview/llfloaterhoverheight.h
parent1abf5f18d6afc7ae9e1b1562b92e5c1ce33b722f (diff)
parente7eced3c87310b15ac20cc3cd470d67686104a14 (diff)
Merge commit 'e7eced3' into lua-timers for whitespace fixes.
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