From ea26da0be7f4776d894874d68e468586b3be0efa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 6 Aug 2014 16:54:53 +0200 Subject: util/FifoBuffer: rename to StaticFifoBuffer --- test/run_convert.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/run_convert.cxx b/test/run_convert.cxx index 3c75b2c19..47d9eae86 100644 --- a/test/run_convert.cxx +++ b/test/run_convert.cxx @@ -28,7 +28,7 @@ #include "AudioFormat.hxx" #include "pcm/PcmConvert.hxx" #include "config/ConfigGlobal.hxx" -#include "util/FifoBuffer.hxx" +#include "util/StaticFifoBuffer.hxx" #include "util/Error.hxx" #include "Log.hxx" #include "stdbin.h" @@ -81,7 +81,7 @@ int main(int argc, char **argv) return EXIT_FAILURE; } - FifoBuffer buffer; + StaticFifoBuffer buffer; while (true) { { -- cgit v1.2.3