summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelsnapshot.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-05-06 12:43:48 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-05-06 12:43:48 +0300
commit042930b59a82f706f16e4b67a683697aed65112f (patch)
tree7131b2251fec55b9f00e1303d9da05e61a21c687 /indra/newview/llpanelsnapshot.cpp
parentcec81209b7c3163135cca138cca920b364ae82df (diff)
linux build fix
Diffstat (limited to 'indra/newview/llpanelsnapshot.cpp')
-rwxr-xr-xindra/newview/llpanelsnapshot.cpp2
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;
}