Commit c76c7c68 authored by Max Kellermann's avatar Max Kellermann

output/recorder: convert struct to class

parent 59ac9d39
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
#include <assert.h> #include <assert.h>
struct RecorderOutput { class RecorderOutput {
friend struct AudioOutputWrapper<RecorderOutput>;
AudioOutput base; AudioOutput base;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment