mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Make CombinationStream public
This commit is contained in:
parent
f1ac965df8
commit
b182f743ca
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ using System.Threading;
|
||||||
|
|
||||||
namespace LibHac.Streams
|
namespace LibHac.Streams
|
||||||
{
|
{
|
||||||
internal class CombinationStream : Stream
|
public class CombinationStream : Stream
|
||||||
{
|
{
|
||||||
private readonly IList<Stream> _streams;
|
private readonly IList<Stream> _streams;
|
||||||
private readonly IList<int> _streamsToDispose;
|
private readonly IList<int> _streamsToDispose;
|
||||||
|
|
Loading…
Reference in a new issue