Fix code in macro branch

This commit is contained in:
Erik Präntare
2022-03-24 15:55:35 +01:00
committed by Kai Blaschke
parent b65b6a8ecd
commit 63fe41bbb9

View File

@ -440,7 +440,7 @@ auto Pcm::MakeTest() -> Test*
#else
Test* PCM::test()
auto Pcm::MakeTest() -> Test*
{
return nullptr;
}