diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 14:49:55 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 14:49:55 +0100 |
commit | 66caff142addc206a98c9d6d51648dc6b0070832 (patch) | |
tree | 8f86c7d57a5857484c22ed4221610c634a1895d0 /indra | |
parent | 90250cb36d1bf42daa4af3629ffbe3c54cb28390 (diff) | |
parent | ea412a737707ca480955c7ad4f54322a61f1bb3d (diff) |
merge backout.
Diffstat (limited to 'indra')
-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 d876fc4781..f212352cfc 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); |