diff options
Diffstat (limited to 'test/test_pcm_mix.cxx')
-rw-r--r-- | test/test_pcm_mix.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pcm_mix.cxx b/test/test_pcm_mix.cxx index 9c78399dc..2a8a11388 100644 --- a/test/test_pcm_mix.cxx +++ b/test/test_pcm_mix.cxx @@ -22,7 +22,7 @@ #include "test_pcm_util.hxx" #include "pcm/PcmMix.hxx" -template<typename T, SampleFormat format, typename G=GlibRandomInt<T>> +template<typename T, SampleFormat format, typename G=RandomInt<T>> static void TestPcmMix(G g=G()) { @@ -72,7 +72,7 @@ PcmMixTest::TestMix16() void PcmMixTest::TestMix24() { - TestPcmMix<int32_t, SampleFormat::S24_P32>(GlibRandomInt24()); + TestPcmMix<int32_t, SampleFormat::S24_P32>(RandomInt24()); } void |