aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/OpenALOutputPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 01:04:27 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 01:04:27 +0200
commit750b2ad6a87e4081e68c5e88924c121b9ab6a078 (patch)
tree86af3844cb06eac9fb23267bc6eb9f35dd0d5a32 /src/output/OpenALOutputPlugin.hxx
parent86c276f5383d5362ae65e58fe5ea522f907ed724 (diff)
downloadmpd-750b2ad6a87e4081e68c5e88924c121b9ab6a078.tar.gz
mpd-750b2ad6a87e4081e68c5e88924c121b9ab6a078.tar.xz
mpd-750b2ad6a87e4081e68c5e88924c121b9ab6a078.zip
output/openal: convert to C++
Diffstat (limited to '')
-rw-r--r--src/output/OpenALOutputPlugin.hxx (renamed from src/output/openal_output_plugin.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output/openal_output_plugin.h b/src/output/OpenALOutputPlugin.hxx
index 25f6ccf46..e1ebf3d4f 100644
--- a/src/output/openal_output_plugin.h
+++ b/src/output/OpenALOutputPlugin.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_OPENAL_OUTPUT_PLUGIN_H
-#define MPD_OPENAL_OUTPUT_PLUGIN_H
+#ifndef MPD_OPENAL_OUTPUT_PLUGIN_HXX
+#define MPD_OPENAL_OUTPUT_PLUGIN_HXX
extern const struct audio_output_plugin openal_output_plugin;