diff options
author | Max Kellermann <max@duempel.org> | 2013-01-31 20:33:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-31 21:11:06 +0100 |
commit | 1b175025fecb1c10e6719d4ab79c188d473fccc4 (patch) | |
tree | a1d04e92416e72c78f474de25c0aeee3374d47a1 /test/software_volume.cxx | |
parent | ccdf7184bea4bcc38ae468095ec400e2a2a4db3b (diff) |
pcm_*: convert to C++
Diffstat (limited to 'test/software_volume.cxx')
-rw-r--r-- | test/software_volume.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/software_volume.cxx b/test/software_volume.cxx index 2579a4f0b..929932398 100644 --- a/test/software_volume.cxx +++ b/test/software_volume.cxx @@ -24,7 +24,7 @@ */ #include "config.h" -#include "pcm_volume.h" +#include "PcmVolume.hxx" #include "AudioParser.hxx" #include "audio_format.h" #include "stdbin.h" |