From 581dc9074cf661b646340945b1139a16b767b79d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 5 Jul 2008 23:25:28 +0000 Subject: [PATCH] made m_released volatile git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1279 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/note_play_handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/note_play_handle.h b/include/note_play_handle.h index 3b630c872..a2b83fad6 100644 --- a/include/note_play_handle.h +++ b/include/note_play_handle.h @@ -301,7 +301,7 @@ private: f_cnt_t m_releaseFramesDone; // number of frames done after // release of note notePlayHandleVector m_subNotes;// used for chords and arpeggios - bool m_released; // indicates whether note is released + volatile bool m_released; // indicates whether note is released bool m_baseNote; // indicates whether note is a // base-note (i.e. no sub-note) bool m_arpNote; // indicates whether note is part of