aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/effect.h4
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.