Code cleanup.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Cryville.Common.Buffers {
|
||||
}
|
||||
|
||||
class Enumerator : IEnumerator<char> {
|
||||
TargetString _self;
|
||||
readonly TargetString _self;
|
||||
int _index = -1;
|
||||
public Enumerator(TargetString self) { _self = self; }
|
||||
|
||||
|
Reference in New Issue
Block a user