diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 12:10:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 12:20:15 +0200 |
commit | 98dbc959133272d7339496f92a7f6750919e35c6 (patch) | |
tree | 13dd3464693386e1c9bed69a2e4c9a1d63ae5f1a /src/QueueCommands.cxx | |
parent | 145c1d214c174e5162910b736d0baca0920aa2e0 (diff) | |
download | mpd-98dbc959133272d7339496f92a7f6750919e35c6.tar.gz mpd-98dbc959133272d7339496f92a7f6750919e35c6.tar.xz mpd-98dbc959133272d7339496f92a7f6750919e35c6.zip |
rename CommandError.h to CommandError.hxx
Diffstat (limited to 'src/QueueCommands.cxx')
-rw-r--r-- | src/QueueCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QueueCommands.cxx b/src/QueueCommands.cxx index 5dac6a8a0..cdd58d31e 100644 --- a/src/QueueCommands.cxx +++ b/src/QueueCommands.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "QueueCommands.hxx" -#include "CommandError.h" +#include "CommandError.hxx" #include "DatabaseQueue.hxx" #include "SongFilter.hxx" #include "PlaylistPrint.hxx" |