diff options
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; } |