fixed compiler warnings

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1704 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-24 09:08:15 +00:00
parent f747e7af9c
commit b83b56fdf5
5 changed files with 6 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ void bitInvader::loadSettings( const QDomElement & _this )
void bitInvader::lengthChanged( void )
{
m_graph.setLength( m_sampleLength.value() );
m_graph.setLength( (int) m_sampleLength.value() );
normalize();
}