Commit 63556f0
committed
make getTokensForParser return non-const
since data is allocated with an appender that is not cleared, GC owns
the memory and may be modified by the user if they wish to.
Can still be used in all places where const was used before.1 parent 885bc29 commit 63556f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
0 commit comments