From 44a0e21795dcbd94d45ff143123f8b085754ea81 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 18:46:58 +0200 Subject: PcmBuffer: move code to new class ReusableBuffer ReusableBuffer is more generic. --- src/pcm/PcmFormat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pcm/PcmFormat.hxx') diff --git a/src/pcm/PcmFormat.hxx b/src/pcm/PcmFormat.hxx index b18b4f932..cc44d6dd5 100644 --- a/src/pcm/PcmFormat.hxx +++ b/src/pcm/PcmFormat.hxx @@ -25,7 +25,7 @@ #include #include -struct PcmBuffer; +class PcmBuffer; class PcmDither; /** -- cgit v1.2.3