eliminated warnings when compiling with GCC 4.3

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@671 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-01-24 11:21:22 +00:00
parent b0882c5924
commit a8d490d4cc
31 changed files with 107 additions and 37 deletions

View File

@@ -24,6 +24,7 @@
#include "bass_booster.h"
#include "automatable_model_templates.h"
#undef SINGLE_SOURCE_COMPILE

View File

@@ -25,6 +25,7 @@
#include "bassbooster_controls.h"
#include "bass_booster.h"
#include "automatable_model_templates.h"

View File

@@ -73,7 +73,7 @@ malletsInstrument::malletsInstrument( instrumentTrack * _instrument_track ):
m_pressureModel(64.0f, 0.0f, 128.0f, 0.1f, this),
m_motionModel(64.0f, 0.0f, 128.0f, 0.1f, this),
m_velocityModel(64.0f, 0.0f, 128.0f, 0.1f, this),
m_strikeModel( FALSE, FALSE, TRUE, boolModel::defaultRelStep(), this ),
m_strikeModel( FALSE, this ),
m_presetsModel(this),
m_spreadModel(0, 0, 255, 1, this)
{