Skip to content

Commit

Permalink
Make IBinarySerializable internal
Browse files Browse the repository at this point in the history
The previous visibiity changes should have made all usages internal
  • Loading branch information
Numpsy authored and jeremy-visionaid committed Nov 20, 2024
1 parent 622dc29 commit 04be789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMcdf.Ole/IBinarySerializable.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace OpenMcdf.Ole;

public interface IBinarySerializable
internal interface IBinarySerializable
{
void Write(BinaryWriter bw);
void Read(BinaryReader br);
Expand Down

0 comments on commit 04be789

Please sign in to comment.