From d1e7b4e38136f9342aad76c685a13adf0e69f869 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Aug 2013 21:00:50 +0200 Subject: audio_format: convert to C++ --- test/test_pcm_mix.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/test_pcm_mix.cxx') diff --git a/test/test_pcm_mix.cxx b/test/test_pcm_mix.cxx index b4d8486bf..b0e89639c 100644 --- a/test/test_pcm_mix.cxx +++ b/test/test_pcm_mix.cxx @@ -24,7 +24,7 @@ #include -template> +template> void TestPcmMix(G g=G()) { @@ -62,23 +62,23 @@ TestPcmMix(G g=G()) void test_pcm_mix_8() { - TestPcmMix(); + TestPcmMix(); } void test_pcm_mix_16() { - TestPcmMix(); + TestPcmMix(); } void test_pcm_mix_24() { - TestPcmMix(GlibRandomInt24()); + TestPcmMix(GlibRandomInt24()); } void test_pcm_mix_32() { - TestPcmMix(); + TestPcmMix(); } -- cgit v1.2.3