aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_type.h
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/mixer_type.h
parent9ede4c5f3c5b72e8be2ee2e58ffdf36af019b607 (diff)
downloadmpd-496f70fc0d717719a6defb645918785381efa22b.tar.gz
mpd-496f70fc0d717719a6defb645918785381efa22b.tar.xz
mpd-496f70fc0d717719a6defb645918785381efa22b.zip
mixer_plugin: convert to C++
Diffstat (limited to '')
-rw-r--r--src/MixerType.hxx (renamed from src/mixer_type.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mixer_type.h b/src/MixerType.hxx
index 15d136b5b..320a36c04 100644
--- a/src/mixer_type.h
+++ b/src/MixerType.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_MIXER_TYPE_H
-#define MPD_MIXER_TYPE_H
+#ifndef MPD_MIXER_TYPE_HXX
+#define MPD_MIXER_TYPE_HXX
enum mixer_type {
/** parser error */