2
0
Brucey 4 жил өмнө
parent
commit
182e5cdeb2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -4702,7 +4702,7 @@ End Rem
 				n :+ ","
 			End If
 			t :+ v.Value()
-			n :+ "(BBString*)&" + TStringConst(_appInstance.stringConsts.ValueForKey(v.ident)).id
+			n :+ "(BBString*)&" + StringConstId(v.ident)
 		Next
 		
 		Emit TransType(decl.ty, "") + " " + decl.munged + "_values[" + decl.values.length + "] = {" + t + "};"