aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_error.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-10 19:40:45 +0200
committerMax Kellermann <max@duempel.org>2013-08-10 19:40:45 +0200
commit7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (patch)
tree8393e8af1793ebc55179dc571e39dd6d57357c7f /src/playlist_error.h
parent7f0ce4e94e0b2366b1422a6864393eb37a64d546 (diff)
downloadmpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.gz
mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.xz
mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.zip
playlist_error: convert to C++
Diffstat (limited to '')
-rw-r--r--src/PlaylistError.hxx (renamed from src/playlist_error.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/playlist_error.h b/src/PlaylistError.hxx
index 9871a0365..2750b82ba 100644
--- a/src/playlist_error.h
+++ b/src/PlaylistError.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_PLAYLIST_ERROR_H
-#define MPD_PLAYLIST_ERROR_H
+#ifndef MPD_PLAYLIST_ERROR_HXX
+#define MPD_PLAYLIST_ERROR_HXX
#include "gcc.h"