Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 974992a

Browse files
justcoding121justcoding121
authored andcommitted
fix build failure
1 parent b395d85 commit 974992a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/Helpers/CustomBinaryReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Titanium.Web.Proxy.Helpers
77
{
8-
internal class CustomBinaryReader : BinaryReader
8+
public class CustomBinaryReader : BinaryReader
99
{
1010
internal CustomBinaryReader(Stream stream, Encoding encoding)
1111
: base(stream, encoding)

0 commit comments

Comments
 (0)