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

@@ -46,7 +46,7 @@ typedef enum bufferData
{
TOGGLED,
INTEGER,
FLOAT,
FLOATING,
TIME,
NONE
} buffer_data_t;