Skip to content

Commit

Permalink
make fields private
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel59 committed Jun 20, 2015
1 parent c15ccc7 commit 0299b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unifill/CodePointIter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package unifill;

class CodePointIter {

public var string : String;
public var index : Int;
public var endIndex : Int;
var string : String;
var index : Int;
var endIndex : Int;

public inline function new(s : String) {
string = s;
Expand Down

0 comments on commit 0299b8c

Please sign in to comment.