diff options
author | Max Kellermann <max@duempel.org> | 2013-12-22 23:24:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-23 10:35:21 +0100 |
commit | 6d21b9448a0d337b449ce22f68802670c911ca40 (patch) | |
tree | 38b79404023ada218be99623b86e2bcf66fd474e /src/pcm | |
parent | 2d1a3073f63604a452e559ff8322520af98a4b65 (diff) | |
download | mpd-6d21b9448a0d337b449ce22f68802670c911ca40.tar.gz mpd-6d21b9448a0d337b449ce22f68802670c911ca40.tar.xz mpd-6d21b9448a0d337b449ce22f68802670c911ca40.zip |
pcm/PcmVolume: rename to Volume.cxx
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmMix.cxx | 2 | ||||
-rw-r--r-- | src/pcm/Volume.cxx (renamed from src/pcm/PcmVolume.cxx) | 2 | ||||
-rw-r--r-- | src/pcm/Volume.hxx (renamed from src/pcm/PcmVolume.hxx) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmMix.cxx b/src/pcm/PcmMix.cxx index ffe935a0f..caf7fe516 100644 --- a/src/pcm/PcmMix.cxx +++ b/src/pcm/PcmMix.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "PcmMix.hxx" -#include "PcmVolume.hxx" +#include "Volume.hxx" #include "PcmUtils.hxx" #include "AudioFormat.hxx" #include "Traits.hxx" diff --git a/src/pcm/PcmVolume.cxx b/src/pcm/Volume.cxx index 5c0a1fbd3..eaba84a59 100644 --- a/src/pcm/PcmVolume.cxx +++ b/src/pcm/Volume.cxx @@ -18,7 +18,7 @@ */ #include "config.h" -#include "PcmVolume.hxx" +#include "Volume.hxx" #include "PcmUtils.hxx" #include "Traits.hxx" #include "AudioFormat.hxx" diff --git a/src/pcm/PcmVolume.hxx b/src/pcm/Volume.hxx index 52102a294..52102a294 100644 --- a/src/pcm/PcmVolume.hxx +++ b/src/pcm/Volume.hxx |