coding-style-stuff

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@910 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-04-12 15:09:30 +00:00
parent 6b7a47aa04
commit 4f14e27b75
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ public:
class playPos : public midiTime
{
public:
playPos( Sint32 _abs = 0 ) :
playPos( const int _abs = 0 ) :
midiTime( _abs ),
m_timeLine( NULL ),
m_timeLineUpdate( TRUE ),

View File

@@ -541,7 +541,7 @@ float FASTCALL ladspaManager::getLowerBound( const ladspa_key_t & _plugin,
float FASTCALL ladspaManager::getUpperBound( const ladspa_key_t & _plugin, Uint32 _port )
float FASTCALL ladspaManager::getUpperBound( const ladspa_key_t & _plugin, Uint32 _port )
{
if( m_ladspaManagerMap.contains( _plugin )
&& _port < getPortCount( _plugin ) )