Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
6418901c
Commit
6418901c
authored
Jul 04, 2017
by
Cinder
Browse files
Fix mac build
parent
f671ef45
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llpanelprofilelegacy.cpp
View file @
6418901c
...
...
@@ -137,7 +137,7 @@ void LLPanelProfileLegacy::reshape(S32 width, S32 height, BOOL called_from_paren
void
LLPanelProfileLegacy
::
onOpen
(
const
LLSD
&
key
)
{
if
(
!
key
.
has
(
"avatar_id"
))
return
;
const
LLUUID
av_id
(
key
[
"avatar_id"
]);
const
LLUUID
av_id
=
key
[
"avatar_id"
]
.
asUUID
(
);
if
(
key
.
has
(
"action"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment