Browse Source

minor fix

Nicolas Cannasse 16 years ago
parent
commit
98714bd764
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/remoting/LocalConnection.hx

+ 1 - 1
std/haxe/remoting/LocalConnection.hx

@@ -24,7 +24,7 @@
  */
 package haxe.remoting;
 
-class LocalConnection implements AsyncConnection {
+class LocalConnection implements AsyncConnection, implements Dynamic<AsyncConnection> {
 
 	static var ID = 0;