diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-30 18:45:45 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-30 18:45:45 +0200 |
commit | ca8a4f1f0708aa4a2e594aba3280cf892365c4af (patch) | |
tree | 55b7953a99953d9902a6d671c1b53b766bd2e969 /indra/newview/llcallfloater.h | |
parent | 4a70a50dad444647d0c9db790d4ce49da1109212 (diff) |
Fixed Line endings to Unix format
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index d98af4d9a1..8a440873ff 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -61,12 +61,12 @@ public: /*virtual*/ void onOpen(const LLSD& key); private: - typedef enum e_voice_controls_type
- {
- VC_LOCAL_CHAT,
- VC_GROUP_CHAT,
- VC_AD_HOC_CHAT,
- VC_PEER_TO_PEER
+ typedef enum e_voice_controls_type + { + VC_LOCAL_CHAT, + VC_GROUP_CHAT, + VC_AD_HOC_CHAT, + VC_PEER_TO_PEER }EVoiceControls; /** |