added method to avoid segfaults when closing the application

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@251 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-07-22 03:24:43 +00:00
parent 485d14ff08
commit c51fd3eb4b

View File

@@ -99,6 +99,11 @@ public:
m_update_first = _update;
}
void forgetTrack()
{
m_track = NULL;
}
public slots:
void openInAutomationEditor( void );