зеркало из https://github.com/microsoft/TestWinRT.git
Fix ClassWithFastAbiDerived (#66)
This commit is contained in:
Родитель
6573bf54bd
Коммит
761842f968
|
@ -211,7 +211,7 @@ namespace winrt::BenchmarkComponent::factory_implementation
|
|||
{
|
||||
};
|
||||
|
||||
struct ClassWithFastAbiDerived : ClassWithFastAbiT<ClassWithFastAbiDerived, implementation::ClassWithFastAbiDerived>
|
||||
struct ClassWithFastAbiDerived : ClassWithFastAbiDerivedT<ClassWithFastAbiDerived, implementation::ClassWithFastAbiDerived>
|
||||
{
|
||||
};
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче