diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 14:49:45 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 14:49:45 +0100 |
commit | ea412a737707ca480955c7ad4f54322a61f1bb3d (patch) | |
tree | 2e8a45afb4c15498c023c8c8de73f8f989d3b098 | |
parent | fd9807424352269e6daf7c055e209dc6599de132 (diff) |
Backed out changeset 388c6d09894a
-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); |