Correct a couple of typos

This commit is contained in:
John Emmas 2018-07-11 14:01:46 +01:00
parent 333f59a53f
commit 0a0dd8de13
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}