fixed critical bugs and made 0.1.4 release

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@75 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-02-02 14:20:07 +00:00
parent 7df6381800
commit af3d57b67f
6 changed files with 69 additions and 6 deletions

View File

@@ -118,7 +118,9 @@ public:
{
return( m_rubberBand->selectedObjects() );
}
return( vvector<selectableObject *>() );
//return( vvector<selectableObject *>() );
vvector<selectableObject *> foo;
return( foo );
}