summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:27:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:27:05 -0400
commit8960ebcdf9faeb2fe4aaa1a337e3ad92ab09ef60 (patch)
tree7eeec31ac533a5a8f7ab42d44f67006a159773eb /libs/ardour/ardour/buffer_set.h
parent521f8eb776291bd132952eac86f3b4cbfee07df4 (diff)
remove another naming that refers to JACK
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index 12e9dbc63b..26d47682af 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -70,7 +70,7 @@ public:
void clear();
void attach_buffers (PortSet& ports);
- void get_jack_port_addresses (PortSet &, framecnt_t);
+ void get_backend_port_addresses (PortSet &, framecnt_t);
/* the capacity here is a size_t and has a different interpretation depending
on the DataType of the buffers. for audio, its a frame count. for MIDI