Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
All 1.9 dnode types should propagate an encoding
  • Loading branch information
enebo committed Sep 2, 2011
1 parent 6cda8ca commit 18204c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jruby/ast/DSymbolNode.java
Expand Up @@ -46,7 +46,7 @@ public class DSymbolNode extends DNode {
* @param node to be copied
*/
public DSymbolNode(ISourcePosition position, DStrNode node) {
super(position);
super(position, node.getEncoding());

assert node != null : "node is not null";

Expand Down

0 comments on commit 18204c2

Please sign in to comment.