Skip to content

Commit b9fa01a

Browse files
Update specs/IsNonClientRegionSupportEnabled.md
Co-authored-by: Raymond Chen <[email protected]>
1 parent 4f9cf79 commit b9fa01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)