From 11259e48bc55ddef7d3e868bb5e5b71370e63b56 Mon Sep 17 00:00:00 2001 From: Harini Chaganti <155201385+har13205@users.noreply.github.com> Date: Fri, 31 May 2024 14:34:44 -0700 Subject: [PATCH] Update ArcGISRuntimeSDKQt_CppSamples/EditData/SnapGeometryEdits/SnapGeometryEdits.cpp Co-authored-by: Lucas Danzinger --- .../EditData/SnapGeometryEdits/SnapGeometryEdits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcGISRuntimeSDKQt_CppSamples/EditData/SnapGeometryEdits/SnapGeometryEdits.cpp b/ArcGISRuntimeSDKQt_CppSamples/EditData/SnapGeometryEdits/SnapGeometryEdits.cpp index f1026831b3..22cfaa9a24 100644 --- a/ArcGISRuntimeSDKQt_CppSamples/EditData/SnapGeometryEdits/SnapGeometryEdits.cpp +++ b/ArcGISRuntimeSDKQt_CppSamples/EditData/SnapGeometryEdits/SnapGeometryEdits.cpp @@ -132,7 +132,7 @@ void SnapGeometryEdits::createConnections() { if (!m_geometryEditor->isStarted()) { - m_mapView->identifyGraphicsOverlayAsync(m_graphicsOverlay, mouseEvent.position(), 10 ,false).then(this, [this](IdentifyGraphicsOverlayResult* result) + m_mapView->identifyGraphicsOverlayAsync(m_graphicsOverlay, mouseEvent.position(), 10, false).then(this, [this](IdentifyGraphicsOverlayResult* result) { // Handle editing selected graphics, if any auto identifyResult = std::unique_ptr(result);