Nicolas Cannasse 18 years ago
parent
commit
97f3d9e15b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/flash9/Lib.hx

+ 1 - 1
std/flash9/Lib.hx

@@ -52,7 +52,7 @@ class Lib {
 		return o;
 	}
 
-	public static function getURL( url : String, ?target : String ) {
+	public static function getURL( url : flash.net.URLRequest, ?target : String ) {
 		var f = untyped __global__["flash.net.navigateToURL"];
 		if( target == null )
 			f(url);