diff options
author | Max Kellermann <max@duempel.org> | 2013-08-10 19:43:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-10 19:43:27 +0200 |
commit | 3deca8fccd9776828808d35181203d8fd95eb450 (patch) | |
tree | 48e6345da060ced8aaade5b76f8c9af564bc211b /src/CommandError.cxx | |
parent | 7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (diff) | |
download | mpd-3deca8fccd9776828808d35181203d8fd95eb450.tar.gz mpd-3deca8fccd9776828808d35181203d8fd95eb450.tar.xz mpd-3deca8fccd9776828808d35181203d8fd95eb450.zip |
db_error: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/CommandError.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandError.cxx b/src/CommandError.cxx index 7e777d82a..7a33761ae 100644 --- a/src/CommandError.cxx +++ b/src/CommandError.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "CommandError.hxx" -#include "db_error.h" +#include "DatabaseError.hxx" #include "io_error.h" #include "protocol/Result.hxx" |