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:
Tobias Doerffel
2008-09-20 12:30:40 +00:00
parent b24ed389ca
commit 529aa59f8f
4 changed files with 10 additions and 10 deletions

View File

@@ -374,7 +374,7 @@ void ladspaEffect::pluginInstantiation( void )
}
else
{
p->data_type = FLOAT;
p->data_type = FLOATING;
}
// Get the range and default values.