output/recorder: convert struct to class

This commit is contained in:
Max Kellermann 2015-01-08 16:54:18 +01:00
parent 59ac9d39d5
commit c76c7c68ff
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
#include <assert.h>
struct RecorderOutput {
class RecorderOutput {
friend struct AudioOutputWrapper<RecorderOutput>;
AudioOutput base;
/**