Skip to content

Commit 39d2c27

Browse files
authored
Update permission_handler_windows_plugin.cpp
1 parent 006d364 commit 39d2c27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

permission_handler_windows/windows/permission_handler_windows_plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ void PermissionHandlerWindowsPlugin::RegisterWithRegistrar(
8787
}
8888

8989
PermissionHandlerWindowsPlugin::PermissionHandlerWindowsPlugin(){
90-
// FIX: Removed [this] capture as it was unused and caused warnings in clang-cl
90+
9191
m_positionChangedRevoker = geolocator.PositionChanged(winrt::auto_revoke,
92-
[](Geolocator const& geolocator, PositionChangedEventArgs e)
92+
[this](Geolocator const& geolocator, PositionChangedEventArgs e)
9393
{
9494
});
9595
}

0 commit comments

Comments
 (0)