fixed compiler-warnings

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1368 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-23 15:08:05 +00:00
parent 97ca022d0a
commit 5093cc92e1

View File

@@ -451,7 +451,7 @@ namespace effectLib
m_wideCoeff = _wideCoeff;
}
int getWideCoeff()
float getWideCoeff()
{
return m_wideCoeff;
}