Commit afd31677 authored by Max Kellermann's avatar Max Kellermann

output/openal: convert struct to class

parent b28710b0
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
/* should be enough for buffer size = 2048 */ /* should be enough for buffer size = 2048 */
#define NUM_BUFFERS 16 #define NUM_BUFFERS 16
struct OpenALOutput { class OpenALOutput {
friend struct AudioOutputWrapper<OpenALOutput>; friend struct AudioOutputWrapper<OpenALOutput>;
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