Simon Krajewski 12 سال پیش
والد
کامیت
d210a89785
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      interp.ml

+ 2 - 2
interp.ml

@@ -3438,13 +3438,13 @@ let enc_array l =
 	]
 
 let enc_string s =
-	enc_inst ["haxe";"ds";"String"] [
+	enc_inst ["String"] [
 		"__s", VString s;
 		"length", VInt (String.length s)
 	]
 
 let enc_hash h =
-	enc_inst ["Hash"] [
+	enc_inst ["haxe";"ds";"StringMap"] [
 		"h", VAbstract (AHash h);
 	]