diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-06 12:43:48 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-06 12:43:48 +0300 |
commit | 042930b59a82f706f16e4b67a683697aed65112f (patch) | |
tree | 7131b2251fec55b9f00e1303d9da05e61a21c687 /indra/newview/llpanelsnapshot.cpp | |
parent | cec81209b7c3163135cca138cca920b364ae82df (diff) |
linux build fix
Diffstat (limited to 'indra/newview/llpanelsnapshot.cpp')
-rwxr-xr-x | indra/newview/llpanelsnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelsnapshot.cpp b/indra/newview/llpanelsnapshot.cpp index 284f7aad3f..e320c4ce8b 100755 --- a/indra/newview/llpanelsnapshot.cpp +++ b/indra/newview/llpanelsnapshot.cpp @@ -230,5 +230,5 @@ void LLPanelSnapshot::onKeepAspectRatioCommit(LLUICtrl* ctrl) LLPanelSnapshot::ESnapshotType LLPanelSnapshot::getSnapshotType() { - return ESnapshotType::SNAPSHOT_WEB; + return LLPanelSnapshot::SNAPSHOT_WEB; } |