summaryrefslogtreecommitdiff
path: root/nutemp/t.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-13 19:34:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:54 -0400
commit73d0a849b8b88c68b011e7ac668eaf39cd1c9f48 (patch)
treebb326fb03606a61788a3db699effe439c422a73e /nutemp/t.h
parentcba53a20233531ef3e6c3692993eac8f74e991a1 (diff)
add a _locked variant for TempoMap::dump()
Diffstat (limited to 'nutemp/t.h')
-rw-r--r--nutemp/t.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nutemp/t.h b/nutemp/t.h
index 645893f51c..db3cb44954 100644
--- a/nutemp/t.h
+++ b/nutemp/t.h
@@ -391,6 +391,7 @@ class LIBARDOUR_API TempoMap
void move_explicit_to (TempoMapPoints::iterator, superclock_t destination);
void rebuild_locked (superclock_t limit);
+ void dump_locked (std::ostream&);
};
}