mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Cast fix
This commit is contained in:
parent
da23ba4aa7
commit
a5e3794e6a
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ namespace System.IO
|
|||
|
||||
public PositionRestorer PushPosition(int position)
|
||||
{
|
||||
PositionRestorer restorer = .(this, Position);
|
||||
PositionRestorer restorer = .(this, (.)Position);
|
||||
Position = position;
|
||||
return restorer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue