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++ --- src/MusicPipe.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/MusicPipe.hxx') diff --git a/src/MusicPipe.hxx b/src/MusicPipe.hxx index 99561ca62..39ad8e981 100644 --- a/src/MusicPipe.hxx +++ b/src/MusicPipe.hxx @@ -23,7 +23,7 @@ #include "gcc.h" #ifndef NDEBUG -struct audio_format; +struct AudioFormat; #endif struct music_chunk; @@ -56,7 +56,7 @@ music_pipe_free(struct music_pipe *mp); */ bool music_pipe_check_format(const struct music_pipe *pipe, - const struct audio_format *audio_format); + AudioFormat audio_format); /** * Checks if the specified chunk is enqueued in the music pipe. -- cgit v1.2.3