diff options
author | Max Kellermann <max@duempel.org> | 2012-09-28 00:40:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-28 00:40:00 +0200 |
commit | d0c3fa015039e005af658619fd7b4289c9abcd6f (patch) | |
tree | 2391eabdabd522fdd32cc75518821ced1b59983b /src/main.h | |
parent | 609f6ce66de4d100388531db5a420f155b7bf64d (diff) | |
download | mpd-d0c3fa015039e005af658619fd7b4289c9abcd6f.tar.gz mpd-d0c3fa015039e005af658619fd7b4289c9abcd6f.tar.xz mpd-d0c3fa015039e005af658619fd7b4289c9abcd6f.zip |
main: use C++ compiler
Diffstat (limited to '')
-rw-r--r-- | src/Main.hxx (renamed from src/main.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.h b/src/Main.hxx index 2a7d75910..54916ff4b 100644 --- a/src/main.h +++ b/src/Main.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 MAIN_H -#define MAIN_H +#ifndef MPD_MAIN_HXX +#define MPD_MAIN_HXX #include <glib.h> |