Skip to content

Commit 5db060e

Browse files
authored
Include WinUI too (sigh) (#1224)
1 parent 7b9d481 commit 5db060e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

strings/base_xaml_component_connector_winui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WINRT_EXPORT namespace winrt::Microsoft::UI::Xaml::Markup
1717
D::InitializeComponent();
1818
}
1919

20-
void Connect(int32_t connectionId, Windows::Foundation::IInspectable const& target)
20+
void Connect(int32_t connectionId, winrt::Windows::Foundation::IInspectable const& target)
2121
{
2222
if constexpr (m_has_connectable_base)
2323
{
@@ -30,7 +30,7 @@ WINRT_EXPORT namespace winrt::Microsoft::UI::Xaml::Markup
3030
D::Connect(connectionId, target);
3131
}
3232

33-
auto GetBindingConnector(int32_t connectionId, Windows::Foundation::IInspectable const& target)
33+
auto GetBindingConnector(int32_t connectionId, winrt::Windows::Foundation::IInspectable const& target)
3434
{
3535
if constexpr (m_has_connectable_base)
3636
{

0 commit comments

Comments
 (0)