Skip to content

Commit dbd30a5

Browse files
committed
fix travis
1 parent f28c0e4 commit dbd30a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo/util/Proxy.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Lambda;
88
* Implementing this interface on a Class will run `Proxy.build`, then remove itself.
99
**/
1010
@:remove
11-
@:autoBuild(ghost.Proxy.build())
11+
@:autoBuild(echo.util.Proxy.build())
1212
interface IProxy {}
1313

1414
class Proxy {

0 commit comments

Comments
 (0)