Nicolas Cannasse 19 lat temu
rodzic
commit
6056d9ac49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      std/haxe/remoting/Server.hx

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

@@ -41,7 +41,7 @@ class Server {
 		prefix = p;
 	}
 
-	public function resolvePath( path : Array<String> ) {
+	public function resolvePath( path : Array<String> ) : Dynamic {
 		var objname = path.shift();
 		if( objname == null )
 			throw "Empty path";