Skip to content

Commit e03adac

Browse files
author
richard
committed
remove compiler warning
git-svn-id: http://svn.openstreetmap.org/applications/editors/potlatch2@25529 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
1 parent abff06b commit e03adac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/systemeD/halcyon/connection/actions/MagicRoundaboutAction.as

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package net.systemeD.halcyon.connection.actions
1212
private var radius: Number;
1313
private var connection: Connection;
1414
protected var _createdWay: Way;
15-
public function get createdWay() { return _createdWay; }
15+
public function get createdWay():Way { return _createdWay; }
1616

1717
public function MagicRoundaboutAction(node: Node, radius: Number)
1818
{

0 commit comments

Comments
 (0)