added constructor for unlinking objects
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@334 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -43,6 +43,8 @@ public:
|
||||
automationPattern( track * _track, levelObject * _object );
|
||||
automationPattern( engine * _engine, levelObject * _object );
|
||||
automationPattern( const automationPattern & _pat_to_copy );
|
||||
automationPattern( const automationPattern & _pat_to_copy,
|
||||
levelObject * _object );
|
||||
virtual ~automationPattern();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user