aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_error.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-10 19:43:27 +0200
committerMax Kellermann <max@duempel.org>2013-08-10 19:43:27 +0200
commit3deca8fccd9776828808d35181203d8fd95eb450 (patch)
tree48e6345da060ced8aaade5b76f8c9af564bc211b /src/db_error.h
parent7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (diff)
downloadmpd-3deca8fccd9776828808d35181203d8fd95eb450.tar.gz
mpd-3deca8fccd9776828808d35181203d8fd95eb450.tar.xz
mpd-3deca8fccd9776828808d35181203d8fd95eb450.zip
db_error: convert to C++
Diffstat (limited to '')
-rw-r--r--src/DatabaseError.hxx (renamed from src/db_error.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/db_error.h b/src/DatabaseError.hxx
index 05946aaf1..3827daff0 100644
--- a/src/db_error.h
+++ b/src/DatabaseError.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_DB_ERROR_H
-#define MPD_DB_ERROR_H
+#ifndef MPD_DB_ERROR_HXX
+#define MPD_DB_ERROR_HXX
#include "gcc.h"