mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Correct a couple of typos
This commit is contained in:
parent
333f59a53f
commit
0a0dd8de13
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ protected:
|
|||
|
||||
struct ReaderChannelInfo : public DiskIOProcessor::ChannelInfo {
|
||||
ReaderChannelInfo (samplecnt_t buffer_size)
|
||||
: DiskIOProcessor::ChannelInfo::ChannelInfo (buffer_size)
|
||||
: DiskIOProcessor::ChannelInfo (buffer_size)
|
||||
{
|
||||
resize (buffer_size);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ protected:
|
|||
|
||||
struct WriterChannelInfo : public DiskIOProcessor::ChannelInfo {
|
||||
WriterChannelInfo (samplecnt_t buffer_size)
|
||||
: DiskIOProcessor::ChannelInfo::ChannelInfo (buffer_size)
|
||||
: DiskIOProcessor::ChannelInfo (buffer_size)
|
||||
{
|
||||
resize (buffer_size);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue