mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
IndexRange protection fix
This commit is contained in:
parent
1fd19c7672
commit
14794e5574
3 changed files with 11 additions and 11 deletions
|
@ -217,9 +217,9 @@ namespace System
|
|||
|
||||
struct IndexRange : RangeExpression
|
||||
{
|
||||
public Index mStart;
|
||||
public Index mEnd;
|
||||
public bool mIsClosed;
|
||||
protected Index mStart;
|
||||
protected Index mEnd;
|
||||
protected bool mIsClosed;
|
||||
|
||||
public this()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue