diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-06-06 09:31:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-06-06 09:31:01 +0000 |
| commit | 90ba1eae5c7421feebea9ffd3a7120628e2f3958 (patch) | |
| tree | 351448b3c9339968e52578118f41cf82c5f974ef /src | |
| parent | cae079da6cef37069ca605222dcecf80d39bad14 (diff) | |
| download | qmmp-90ba1eae5c7421feebea9ffd3a7120628e2f3958.tar.gz qmmp-90ba1eae5c7421feebea9ffd3a7120628e2f3958.tar.bz2 qmmp-90ba1eae5c7421feebea9ffd3a7120628e2f3958.zip | |
fixed effect.h
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7213 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/effect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmp/effect.h b/src/qmmp/effect.h index 47fee6da9..731f8b539 100644 --- a/src/qmmp/effect.h +++ b/src/qmmp/effect.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2014 by Ilya Kotov * + * Copyright (C) 2007-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,8 +25,8 @@ #include "audioparameters.h" #include "channelmap.h" #include "buffer.h" +#include "effectfactory.h" -class EffectFactory; class QmmpPluginCache; /*! @brief The Effect class provides the base interface class of audio effects. |
