aboutsummaryrefslogtreecommitdiff
path: root/src/output/AlsaOutputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-02-22 20:51:23 +0100
committerMax Kellermann <max@duempel.org>2013-02-22 20:51:23 +0100
commit496f70fc0d717719a6defb645918785381efa22b (patch)
tree7b0e8b58d53ebac96fd5ece67158038bb1c10dcc /src/output/AlsaOutputPlugin.cxx
parent9ede4c5f3c5b72e8be2ee2e58ffdf36af019b607 (diff)
mixer_plugin: convert to C++
Diffstat (limited to 'src/output/AlsaOutputPlugin.cxx')
-rw-r--r--src/output/AlsaOutputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/AlsaOutputPlugin.cxx b/src/output/AlsaOutputPlugin.cxx
index 1badeb63..c87c4cb9 100644
--- a/src/output/AlsaOutputPlugin.cxx
+++ b/src/output/AlsaOutputPlugin.cxx
@@ -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>