diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-03-16 11:40:45 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-03-16 11:40:45 -0700 |
commit | fd9807424352269e6daf7c055e209dc6599de132 (patch) | |
tree | b44de58305fadcfe91e15b1a36ca7f8815422607 | |
parent | fd6d1e21642957c5a9cacdcdddf0ce80f038e647 (diff) |
fixing windows line endings
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index f212352cfc..d876fc4781 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -46,12 +46,12 @@ public: SNAPSHOT_FORMAT_JPEG, SNAPSHOT_FORMAT_BMP } ESnapshotFormat; -
- enum ESnapshotMode
- {
- SNAPSHOT_SHARE,
- SNAPSHOT_SAVE,
- SNAPSHOT_MAIN
+ + enum ESnapshotMode + { + SNAPSHOT_SHARE, + SNAPSHOT_SAVE, + SNAPSHOT_MAIN }; LLFloaterSnapshot(const LLSD& key); |