mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Fix warnings.
Hopefully that offset is an audio cycle offset, or someone's used the wrong type ;) git-svn-id: svn://localhost/ardour2/branches/3.0@5777 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
07be98b341
commit
1c83f12c68
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ public:
|
||||||
virtual void cycle_split () = 0;
|
virtual void cycle_split () = 0;
|
||||||
virtual Buffer& get_buffer (nframes_t nframes, nframes_t offset = 0) = 0;
|
virtual Buffer& get_buffer (nframes_t nframes, nframes_t offset = 0) = 0;
|
||||||
virtual void flush_buffers (nframes_t nframes, nframes64_t /*time*/, nframes_t offset = 0) {
|
virtual void flush_buffers (nframes_t nframes, nframes64_t /*time*/, nframes_t offset = 0) {
|
||||||
(void) offset;
|
assert(offset < nframes);
|
||||||
}
|
}
|
||||||
virtual void transport_stopped () {}
|
virtual void transport_stopped () {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue