aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_dither.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pcm_dither.cxx')
-rw-r--r--test/test_pcm_dither.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx
index 5df64c2d1..710deffcc 100644
--- a/test/test_pcm_dither.cxx
+++ b/test/test_pcm_dither.cxx
@@ -25,7 +25,7 @@ void
PcmDitherTest::TestDither24()
{
constexpr unsigned N = 256;
- const auto src = TestDataBuffer<int32_t, N>(GlibRandomInt24());
+ const auto src = TestDataBuffer<int32_t, N>(RandomInt24());
int16_t dest[N];
PcmDither dither;