Skip to content

Commit 3d47831

Browse files
committed
#3334 Teleporting from history doesn't work
1 parent 4c27c94 commit 3d47831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llpanelteleporthistory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ void LLTeleportHistoryPanel::confirmTeleport(S32 hist_idx)
11941194
LLSD args;
11951195
args["HISTORY_ENTRY"] = LLTeleportHistoryStorage::getInstance()->getItems()[hist_idx].mTitle;
11961196
LLNotificationsUtil::add("TeleportToHistoryEntry", args, LLSD(),
1197-
[&](const LLSD& notification, const LLSD& response)
1197+
[hist_idx](const LLSD& notification, const LLSD& response)
11981198
{
11991199
onTeleportConfirmation(notification, response, hist_idx);
12001200
});

0 commit comments

Comments
 (0)