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);