Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ParseShared is no longer lexical.
  • Loading branch information
jnthn committed Feb 27, 2013
1 parent 76a5199 commit 4b71902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nqp-src/QRegex.nqp
Expand Up @@ -451,7 +451,7 @@ INIT {
# From src\QRegex\Cursor.nqp

# Some things that all cursors involved in a given parse share.
my class ParseShared {
class ParseShared {
has $!orig;
has str $!target;
has int $!highwater;
Expand Down

0 comments on commit 4b71902

Please sign in to comment.