From 2f02f47ec54813a6ebe0ab65c7529d6ab994dde7 Mon Sep 17 00:00:00 2001 From: Tochukwu Ibe-Ekeocha <114026179+tochukwuIbeEkeocha@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:20:17 -0700 Subject: [PATCH] Update specs/WindowControlsOverlayConfiguration.md Co-authored-by: David Risney --- specs/WindowControlsOverlayConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/WindowControlsOverlayConfiguration.md b/specs/WindowControlsOverlayConfiguration.md index 19b018f8..6d858e42 100644 --- a/specs/WindowControlsOverlayConfiguration.md +++ b/specs/WindowControlsOverlayConfiguration.md @@ -30,7 +30,7 @@ void AppWindow::OnCreateWebview2ControllerCompleted(HRESULT hr, ICoreWebview2Co wil::com_ptr controller5; CHECK_FAILURE(controller->QueryInterface(&controller5)); - wil::com_ptr wco_config; + wil::com_ptr windowControlsOverlaySettings; CHECK_FAILURE(controller5->get_WindowControlsOverlaySettings(&wco_config)); wco_config->put_IsEnabled(true);