Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix an attribute access that was wrong, caught by the in-progress und…
…eclared attribute detection.
  • Loading branch information
jnthn committed Apr 26, 2011
1 parent cdae853 commit 509ee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLL/SerializationContextBuilder.pm
Expand Up @@ -389,7 +389,7 @@ class HLL::Compiler::SerializationContextBuilder {

# Gets the built serialization context.
method sc() {
@!sc
$!sc
}

# Generates a series of PAST operations that will build this context if
Expand Down

0 comments on commit 509ee04

Please sign in to comment.