made live-tool work after M/V-split

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@704 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-02-25 11:37:21 +00:00
parent 80d2241864
commit 32a3b7cf23
5 changed files with 83 additions and 38 deletions

View File

@@ -49,7 +49,7 @@ public:
class toolView : public pluginView
{
public:
toolView( tool * _tool, QWidget * _parent );
toolView( tool * _tool );
} ;