Selaa lähdekoodia

Bump hxcpp api level to 332 to replace some dynamic_casts with _hx_isInstanceOf

hughsando 8 vuotta sitten
vanhempi
commit
3178feae2d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/compiler/main.ml

+ 1 - 1
src/compiler/main.ml

@@ -252,7 +252,7 @@ module Initialize = struct
 					add_std "php";
 				"php"
 			| Cpp ->
-				Common.define_value com Define.HxcppApiLevel "331";
+				Common.define_value com Define.HxcppApiLevel "332";
 				add_std "cpp";
 				if Common.defined com Define.Cppia then
 					classes := (Path.parse_path "cpp.cppia.HostClasses" ) :: !classes;