Skip to content

Commit b9fa01a

Browse files
Update specs/IsNonClientRegionSupportEnabled.md
Co-authored-by: Raymond Chen <oldnewthing@users.noreply.github.com>
1 parent 4f9cf79 commit b9fa01a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/IsNonClientRegionSupportEnabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ScenarioNonClientRegionSupport::ScenarioNonClientRegionSupport(AppWindow* appWin
5353
wil::com_ptr<ICoreWebView2Settings> m_settings;
5454
CHECK_FAILURE(m_webView->get_Settings(&m_settings));
5555
wil::com_ptr<ICoreWebView2Settings12> coreWebView2Settings12;
56-
coreWebView2Settings12 = m_settings.try_query<ICoreWebView2Settings12();
56+
coreWebView2Settings12 = m_settings.try_query<ICoreWebView2Settings12>();
5757
CHECK_FEATURE_RETURN(coreWebView2Settings12);
5858

5959
BOOL enabled;

0 commit comments

Comments
 (0)