diff options
Diffstat (limited to '')
-rw-r--r-- | src/output_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h index 8d0177786..ed4188af0 100644 --- a/src/output_internal.h +++ b/src/output_internal.h @@ -76,7 +76,11 @@ struct audio_output { * May be NULL if none is available, or if software volume is * configured. */ +#ifdef __cplusplus + class Mixer *mixer; +#else struct mixer *mixer; +#endif /** * Will this output receive tags from the decoder? The |