fix
This commit is contained in:
parent
b3da824629
commit
bbd238dbfe
1 changed files with 2 additions and 2 deletions
|
@ -803,8 +803,8 @@ end
|
||||||
# If we had multiple inheritance, then PortAudioStreams could be both a sink and source
|
# If we had multiple inheritance, then PortAudioStreams could be both a sink and source
|
||||||
# Since we don't, we have to make wrappers instead
|
# Since we don't, we have to make wrappers instead
|
||||||
for (TypeName, Super) in ((:PortAudioSink, :SampleSink), (:PortAudioSource, :SampleSource))
|
for (TypeName, Super) in ((:PortAudioSink, :SampleSink), (:PortAudioSource, :SampleSource))
|
||||||
@eval struct $TypeName{Sample, InputMessager, OutputBuffer} <: $Super
|
@eval struct $TypeName{Sample, InputBuffer, OutputBuffer} <: $Super
|
||||||
stream::PortAudioStream{Sample, InputMessager, OutputBuffer}
|
stream::PortAudioStream{Sample, InputBuffer, OutputBuffer}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue