mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Switch some captures to '?'
This commit is contained in:
parent
7f695596b8
commit
ac6f58f118
4 changed files with 9 additions and 9 deletions
|
@ -1577,7 +1577,7 @@ namespace IDE
|
|||
UpdateWatches();
|
||||
|
||||
int foundIdx = 0;
|
||||
gApp.mWatchPanel.mListView.GetRoot().WithItems(scope [&] (item) =>
|
||||
gApp.mWatchPanel.mListView.GetRoot().WithItems(scope [?] (item) =>
|
||||
{
|
||||
if (item.mLabel == str)
|
||||
{
|
||||
|
@ -1615,7 +1615,7 @@ namespace IDE
|
|||
UpdateWatches();
|
||||
|
||||
int foundIdx = 0;
|
||||
gApp.mWatchPanel.mListView.GetRoot().WithItems(scope [&] (item) =>
|
||||
gApp.mWatchPanel.mListView.GetRoot().WithItems(scope [?] (item) =>
|
||||
{
|
||||
let watchItem = (WatchListViewItem)item;
|
||||
if (watchItem.Selected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue