Skip to content

Commit

Permalink
Make virtual as per PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timyhac committed Oct 16, 2022
1 parent 1ed179c commit f02f5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libplctag/DataTypes/PlcMapperBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ virtual protected void EncodeArray(Tag tag, T[] values)

void IPlcMapper<T[,,]>.Encode(Tag tag, T[,,] value) => EncodeArray(tag, value.To1DArray());

public void Configure(Tag tag)
public virtual void Configure(Tag tag)
{
// Do nothing
}
Expand Down

0 comments on commit f02f5ef

Please sign in to comment.