File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments