aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FlacCommon.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/FlacCommon.hxx (renamed from src/decoder/FLACCommon.hxx)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FLACCommon.hxx b/src/decoder/FlacCommon.hxx
index 20f93c8c7..0cd295e0d 100644
--- a/src/decoder/FLACCommon.hxx
+++ b/src/decoder/FlacCommon.hxx
@@ -24,7 +24,7 @@
#ifndef MPD_FLAC_COMMON_HXX
#define MPD_FLAC_COMMON_HXX
-#include "FLACInput.hxx"
+#include "FlacInput.hxx"
#include "decoder_api.h"
extern "C" {
@@ -37,7 +37,7 @@ extern "C" {
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "flac"
-struct flac_data : public FLACInput {
+struct flac_data : public FlacInput {
struct pcm_buffer buffer;
/**