Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
6056d9ac49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";