pcm_*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-31 20:33:26 +01:00
parent ccdf7184be
commit 1b175025fe
26 changed files with 132 additions and 129 deletions

View File

@@ -23,7 +23,7 @@
#include "filter_plugin.h"
#include "filter_registry.h"
#include "filter/VolumeFilterPlugin.hxx"
#include "pcm_volume.h"
#include "PcmVolume.hxx"
#include <assert.h>
#include <math.h>