aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/FormatConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/FormatConverter.cxx')
-rw-r--r--src/pcm/FormatConverter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/FormatConverter.cxx b/src/pcm/FormatConverter.cxx
index f3f9c8685..8886a8ab0 100644
--- a/src/pcm/FormatConverter.cxx
+++ b/src/pcm/FormatConverter.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "FormatConverter.hxx"
#include "PcmFormat.hxx"
-#include "PcmConvert.hxx"
+#include "Domain.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
@@ -93,7 +93,7 @@ PcmFormatConverter::Convert(ConstBuffer<void> src, Error &error)
}
if (result == nullptr) {
- error.Format(pcm_convert_domain,
+ error.Format(pcm_domain,
"PCM conversion from %s to %s is not implemented",
sample_format_to_string(src_format),
sample_format_to_string(dest_format));