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 committed Nov 19, 2024
1 parent 532b8b8 commit 7ad8ecf
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 7ad8ecf

Please sign in to comment.