summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/smf_source.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-22 22:14:25 +0000
committerDavid Robillard <d@drobilla.net>2009-10-22 22:14:25 +0000
commit106b728d34274753aaa50a638c689aab776c7059 (patch)
tree997fa149011b8ebde47f2ba55fa76efbeccebe9e /libs/ardour/ardour/smf_source.h
parent3fd5f15e262a0e8d3c527c8c1a679e35a762fa76 (diff)
Fix crash on save of MIDI data.
git-svn-id: svn://localhost/ardour2/branches/3.0@5875 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/smf_source.h')
-rw-r--r--libs/ardour/ardour/smf_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/smf_source.h b/libs/ardour/ardour/smf_source.h
index 7793b6a91c..e02f8eddc0 100644
--- a/libs/ardour/ardour/smf_source.h
+++ b/libs/ardour/ardour/smf_source.h
@@ -77,7 +77,7 @@ private:
sframes_t stamp_offset,
sframes_t negative_stamp_offset,
MidiStateTracker* tracker) const;
-
+
nframes_t write_unlocked (MidiRingBuffer<nframes_t>& src,
sframes_t position,
nframes_t cnt);