aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistPrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-29 20:17:13 +0200
committerMax Kellermann <max@duempel.org>2012-08-29 20:17:13 +0200
commit04a9dec9525a58d077da71a84655cb45b7838520 (patch)
treea86127d5b42bf35cac006afa07afc087f9be8e6c /src/PlaylistPrint.hxx
parent6ee76b7154a55b6bd12a4b695faed2bf49c2a5d5 (diff)
downloadmpd-04a9dec9525a58d077da71a84655cb45b7838520.tar.gz
mpd-04a9dec9525a58d077da71a84655cb45b7838520.tar.xz
mpd-04a9dec9525a58d077da71a84655cb45b7838520.zip
playlist_print: rename to PlaylistPrint.cxx
Diffstat (limited to '')
-rw-r--r--src/PlaylistPrint.hxx (renamed from src/playlist_print.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/playlist_print.h b/src/PlaylistPrint.hxx
index 20d3703d9..c6be5a93f 100644
--- a/src/playlist_print.h
+++ b/src/PlaylistPrint.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2012 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 PLAYLIST_PRINT_H
-#define PLAYLIST_PRINT_H
+#ifndef MPD_PLAYLIST_PRINT_HXX
+#define MPD_PLAYLIST_PRINT_HXX
#include <glib.h>
#include <stdbool.h>