summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-21 16:26:18 +0000
committerDavid Robillard <d@drobilla.net>2009-10-21 16:26:18 +0000
commit2c59ddede5a4b6c1b9227e2a0288561b38f0763f (patch)
tree8d564ce65cdd5a559232637d9ec66649c54de142 /gtk2_ardour/streamview.h
parent516048882c17b97d9b10985f56a0990f56ae5404 (diff)
Fix MIDI rec regions.
git-svn-id: svn://localhost/ardour2/branches/3.0@5842 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index bfd3cb7b00..3b715ff099 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -167,7 +167,7 @@ protected:
double height;
std::list<sigc::connection> rec_data_ready_connections;
- jack_nframes_t last_rec_data_frame;
+ nframes_t last_rec_data_frame;
private:
void update_coverage_frames ();