diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-08-18 17:11:08 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-08-18 17:11:08 -0400 |
commit | 78c71eba60b7eb6de0a6e277c390f6586cfb0cf6 (patch) | |
tree | 98f00d83c842653b46207907ddd6c069479a29b5 /indra/newview/llpreviewnotecard.cpp | |
parent | 05d90b56797221ef8d52099722c467a9422c7ce6 (diff) | |
parent | 62527e6f18f0a035a234cf584e31f7eea93fd4a7 (diff) |
Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u
Diffstat (limited to 'indra/newview/llpreviewnotecard.cpp')
-rwxr-xr-x | indra/newview/llpreviewnotecard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewnotecard.cpp b/indra/newview/llpreviewnotecard.cpp index 2c609d902c..308b6ee922 100755 --- a/indra/newview/llpreviewnotecard.cpp +++ b/indra/newview/llpreviewnotecard.cpp @@ -232,7 +232,7 @@ void LLPreviewNotecard::loadAsset() } else { - LLHost source_sim = LLHost::invalid; + LLHost source_sim = LLHost(); if (mObjectUUID.notNull()) { LLViewerObject *objectp = gObjectList.findObject(mObjectUUID); |