Nicolas Cannasse 15 years ago
parent
commit
cf526557b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/flash9/Boot.hx

+ 1 - 1
std/flash9/Boot.hx

@@ -29,7 +29,7 @@ class Boot extends flash.display.MovieClip, implements Dynamic {
 	static var init : Void -> Void;
 	static var tf : flash.text.TextField;
 	static var lines : Array<String>;
-	static var lastError : flash.Error;
+	static var lastError : flash.errors.Error;
 
 	public static var skip_constructor = false;