mixer_plugin: convert to C++

This commit is contained in:
Max Kellermann
2013-02-22 20:51:23 +01:00
parent 9ede4c5f3c
commit 496f70fc0d
28 changed files with 59 additions and 74 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "AlsaOutputPlugin.hxx"
#include "output_api.h"
#include "mixer_list.h"
#include "MixerList.hxx"
#include "pcm_export.h"
#include <glib.h>