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:
@@ -24,6 +24,7 @@
|
||||
|
||||
|
||||
#include "bass_booster.h"
|
||||
#include "automatable_model_templates.h"
|
||||
|
||||
|
||||
#undef SINGLE_SOURCE_COMPILE
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "bassbooster_controls.h"
|
||||
#include "bass_booster.h"
|
||||
#include "automatable_model_templates.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user