filter/ReplayGain: forward-declare struct ReplayGainInfo

This commit is contained in:
Max Kellermann 2016-12-03 12:20:32 +01:00
parent bfb0897b54
commit 513e3a3d21

View File

@ -20,11 +20,12 @@
#ifndef MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
#define MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
#include "ReplayGainInfo.hxx"
#include "ReplayGainMode.hxx"
class Filter;
class PreparedFilter;
class Mixer;
struct ReplayGainInfo;
/**
* Enables or disables the hardware mixer for applying replay gain.