diff options
author | Max Kellermann <max@duempel.org> | 2013-08-10 19:40:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-10 19:40:45 +0200 |
commit | 7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (patch) | |
tree | 8393e8af1793ebc55179dc571e39dd6d57357c7f /src/CommandError.hxx | |
parent | 7f0ce4e94e0b2366b1422a6864393eb37a64d546 (diff) | |
download | mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.gz mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.xz mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.zip |
playlist_error: convert to C++
Diffstat (limited to 'src/CommandError.hxx')
-rw-r--r-- | src/CommandError.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandError.hxx b/src/CommandError.hxx index 5fb021220..04d0aeb21 100644 --- a/src/CommandError.hxx +++ b/src/CommandError.hxx @@ -21,7 +21,7 @@ #define MPD_COMMAND_ERROR_HXX #include "command.h" -#include "playlist_error.h" +#include "PlaylistError.hxx" #include "gerror.h" class Client; |