renamed FLOAT constant to FLOATING for not conflicting with FLOAT type in win32 headers
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1641 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -374,7 +374,7 @@ void ladspaEffect::pluginInstantiation( void )
|
||||
}
|
||||
else
|
||||
{
|
||||
p->data_type = FLOAT;
|
||||
p->data_type = FLOATING;
|
||||
}
|
||||
|
||||
// Get the range and default values.
|
||||
|
||||
Reference in New Issue
Block a user