diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-27 22:50:14 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-27 22:50:14 +0000 |
| commit | ac03388ed3aec8fecfad017b176485cf8234d587 (patch) | |
| tree | d6373efd5170b9443ce5545e7dfcfd54545a1c41 /src | |
| parent | a43d9dd4f7bc305a9574e5a3a8c18cb243b03934 (diff) | |
| download | qmmp-ac03388ed3aec8fecfad017b176485cf8234d587.tar.gz qmmp-ac03388ed3aec8fecfad017b176485cf8234d587.tar.bz2 qmmp-ac03388ed3aec8fecfad017b176485cf8234d587.zip | |
fixed effect initialization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1410 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/effect.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qmmp/effect.cpp b/src/qmmp/effect.cpp index e0a26239e..eea1d40fb 100644 --- a/src/qmmp/effect.cpp +++ b/src/qmmp/effect.cpp @@ -28,7 +28,11 @@ Effect::Effect(QObject *parent) : QObject(parent) -{} +{ + m_freq = 0; + m_chan = 0; + m_res = 0; +} Effect::~Effect() {} |
