aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/AoOutputPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:56:09 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:56:09 +0200
commit86c276f5383d5362ae65e58fe5ea522f907ed724 (patch)
tree3606a478b1dc7e64f3160f2774765859de90e037 /src/output/AoOutputPlugin.hxx
parent166569200a0fcbcad5fb4a3b864b061796d058c6 (diff)
downloadmpd-86c276f5383d5362ae65e58fe5ea522f907ed724.tar.gz
mpd-86c276f5383d5362ae65e58fe5ea522f907ed724.tar.xz
mpd-86c276f5383d5362ae65e58fe5ea522f907ed724.zip
output/ao: convert to C++
Diffstat (limited to '')
-rw-r--r--src/output/AoOutputPlugin.hxx (renamed from src/output/ao_output_plugin.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output/ao_output_plugin.h b/src/output/AoOutputPlugin.hxx
index 9a3a47c05..a44885e56 100644
--- a/src/output/ao_output_plugin.h
+++ b/src/output/AoOutputPlugin.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_AO_OUTPUT_PLUGIN_H
-#define MPD_AO_OUTPUT_PLUGIN_H
+#ifndef MPD_AO_OUTPUT_PLUGIN_HXX
+#define MPD_AO_OUTPUT_PLUGIN_HXX
extern const struct audio_output_plugin ao_output_plugin;