diff options
author | Max Kellermann <max@duempel.org> | 2013-01-17 00:43:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-17 00:43:27 +0100 |
commit | 21fe376d1d9ffa6064cf89faab7860d443d9f7fd (patch) | |
tree | ff5c7a9861dcf3cd69549b356305f083d7c594e3 /src/path.c | |
parent | e22ef6c481ab6fff3a704c515804101d9ae399a1 (diff) | |
download | mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.tar.gz mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.tar.xz mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.zip |
path: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/Path.cxx (renamed from src/path.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/path.c b/src/Path.cxx index 21a4dd41e..ab8a4e3cc 100644 --- a/src/path.c +++ b/src/Path.cxx @@ -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 @@ -18,7 +18,7 @@ */ #include "config.h" -#include "path.h" +#include "Path.hxx" #include "conf.h" #include "mpd_error.h" #include "gcc.h" |