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 /test/test_pcm_volume.cxx | |
parent | 2d1a3073f63604a452e559ff8322520af98a4b65 (diff) |
pcm/PcmVolume: rename to Volume.cxx
Diffstat (limited to 'test/test_pcm_volume.cxx')
-rw-r--r-- | test/test_pcm_volume.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_volume.cxx b/test/test_pcm_volume.cxx index 764d8b127..fae937c30 100644 --- a/test/test_pcm_volume.cxx +++ b/test/test_pcm_volume.cxx @@ -18,7 +18,7 @@ */ #include "test_pcm_all.hxx" -#include "pcm/PcmVolume.hxx" +#include "pcm/Volume.hxx" #include "test_pcm_util.hxx" #include <algorithm> |