mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +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)
|
public PositionRestorer PushPosition(int position)
|
||||||
{
|
{
|
||||||
PositionRestorer restorer = .(this, Position);
|
PositionRestorer restorer = .(this, (.)Position);
|
||||||
Position = position;
|
Position = position;
|
||||||
return restorer;
|
return restorer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue