Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion strings/base_implements.h
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ namespace winrt::impl
struct WINRT_IMPL_EMPTY_BASES root_implements_composable_inner
{
protected:
static constexpr inspectable_abi* outer() noexcept { return nullptr; }
static inspectable_abi* outer() noexcept { return nullptr; }

template <typename, typename, typename>
friend class produce_dispatch_to_overridable_base;
Expand Down