output/openal: convert struct to class

This commit is contained in:
Max Kellermann 2015-01-03 20:00:16 +01:00
parent b28710b08c
commit afd31677dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;