renamed muted() to isMuted() and other coding-style fixes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1067 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-03 16:03:59 +00:00
parent df203dd51e
commit a3aa3f9a4d
8 changed files with 44 additions and 19 deletions

View File

@@ -221,7 +221,7 @@ public:
bool bbTrackMuted( void )
{
return( m_bbTrack && m_bbTrack->muted() );
return( m_bbTrack && m_bbTrack->isMuted() );
}
void setBBTrack( bbTrack * _bb_track )
{