diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-12 11:30:24 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-12 11:30:24 -0700 |
commit | 1c57963673193d5a3da638848c0540a5fbc91603 (patch) | |
tree | dfc31d4a523683dff12af1e64b0a90dda0ec7835 /indra/newview/llstatusbar.h | |
parent | 31e43f700b2716eee3c1d36cf64630b908deaea4 (diff) |
Removed windows line endings to conform to coding policy.
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r-- | indra/newview/llstatusbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h index e1e1f5459b..6feeab393b 100644 --- a/indra/newview/llstatusbar.h +++ b/indra/newview/llstatusbar.h @@ -92,8 +92,8 @@ private: void onMouseEnterVolume(); void onMouseEnterNearbyMedia(); void onClickScreen(S32 x, S32 y); - void onModeChange(const LLSD& original_value, const LLSD& new_value);
- void onModeChangeConfirm(const LLSD& original_value, const LLSD& new_value, const LLSD& notification, const LLSD& response);
+ void onModeChange(const LLSD& original_value, const LLSD& new_value); + void onModeChangeConfirm(const LLSD& original_value, const LLSD& new_value, const LLSD& notification, const LLSD& response); static void onClickMediaToggle(void* data); static void onClickBalance(void* data); |