Ver código fonte

__INumField should always be double

Hugh Sanderson 12 anos atrás
pai
commit
41f24946f3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      gencpp.ml

+ 1 - 1
gencpp.ml

@@ -2982,7 +2982,7 @@ let generate_class_files common_ctx member_types super_deps constructor_deps cla
 			in
 
 			if (field_integer_dynamic) then output_ifield "Dynamic" "__IField";
-			if (field_integer_numeric) then output_ifield "Float" "__INumField";
+			if (field_integer_numeric) then output_ifield "double" "__INumField";
 		end;