This commit is contained in:
Ujjwal Chadha 2022-02-16 16:55:13 -08:00 коммит произвёл GitHub
Родитель 6573bf54bd
Коммит 761842f968
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -211,7 +211,7 @@ namespace winrt::BenchmarkComponent::factory_implementation
{
};
struct ClassWithFastAbiDerived : ClassWithFastAbiT<ClassWithFastAbiDerived, implementation::ClassWithFastAbiDerived>
struct ClassWithFastAbiDerived : ClassWithFastAbiDerivedT<ClassWithFastAbiDerived, implementation::ClassWithFastAbiDerived>
{
};
}