Skip to content

Commit

Permalink
remove compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed authored and tomhughes committed Mar 9, 2011
1 parent 9022e6d commit 4014f84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ package net.systemeD.halcyon.connection.actions
private var radius: Number;
private var connection: Connection;
protected var _createdWay: Way;
public function get createdWay() { return _createdWay; }
public function get createdWay():Way { return _createdWay; }

public function MagicRoundaboutAction(node: Node, radius: Number)
{
Expand Down

0 comments on commit 4014f84

Please sign in to comment.