summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-08 18:00:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-08 18:00:40 +0000
commit2b349c9c45e8e00f393ce620e75ee1dad0adb2c6 (patch)
tree63460b134e4fc198229f5c5a72acde28af925218 /libs/ardour/ardour
parent141e02366698cb25adc3e2248c37eecd472faaed (diff)
minor cleanups noted while forward porting transport stuff to 3.0
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6035 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index e46b96b594..9831d57829 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1733,7 +1733,7 @@ class Session : public PBD::StatefulDestructible
list<AudioRange> current_audio_range;
bool _play_range;
- void set_play_range (list<AudioRange>&, bool leave_rolling);
+ void set_play_range (std::list<AudioRange>&, bool leave_rolling);
void unset_play_range ();
/* main outs */